I am running Ozone 2.60 on Debian Buster with a JLink EDU
It works great and very happy with it.
I tried to go further and use the SWO o the cortex processor I am working with. So I click Tools Trace Settings and I get a segfault straight away.
I check for updates, then install the V2.62e deb. This also segfaults on Trace settings.
I will not state anything about processor etc as it segfaults on an empty project.
I think that the deb file is lacking a dependancy.
This is the last lines of strace:
Display All
Has anybody else seen this?
Am I allowed to use Trace Settings and SWO with an EDU?
Any help gratefully accepted.
The rest of Ozone seems to work fine.
I should have said the desktop is KDE.
I made another debian PC with Stretch and different desktop, Mate. Tools->Trace Settings does not crash. I see SWO active in the terminal window but no SWO activity, ITM_Print(0,"hello") works in JLinkSWOViewer. So I will have to do more research as the main thing I want to try is Watch but I can't get that to work at all yet.
I upgraded this new PC to Buster and I get the segfault. I thought it may just because of KDE but it would seem to be Buster and beyond.
Thanks
It works great and very happy with it.
I tried to go further and use the SWO o the cortex processor I am working with. So I click Tools Trace Settings and I get a segfault straight away.
I check for updates, then install the V2.62e deb. This also segfaults on Trace settings.
I will not state anything about processor etc as it segfaults on an empty project.
I think that the deb file is lacking a dependancy.
This is the last lines of strace:
Difference-File
- [pid 2845] access("/sys/devices/pci0000:00/0000:00:1f.0/intel-spi/uevent", F_OK) = 0
- [pid 2845] readlinkat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:1f.0/intel-spi/subsystem", "../../../../bus/platform", 4096) = 24
- [pid 2845] openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:1f.0/intel-spi/uevent", O_RDONLY|O_CLOEXEC) = 18
- [pid 2845] fstat(18, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
- [pid 2845] fstat(18, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
- [pid 2845] read(18, "DEVTYPE=mfd_device\nMODALIAS=plat"..., 4096) = 47
- [pid 2845] read(18, "", 4096) = 0
- [pid 2845] close(18) = 0
- [pid 2845] openat(AT_FDCWD, "/run/udev/data/+platform:intel-spi", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
- [pid 2845] getdents64(17, /* 0 entries */, 32768) = 0
- [pid 2845] close(17) = 0
- <snip>
- [pid 2845] access("/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/uevent", F_OK) = 0
- [pid 2845] readlinkat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/subsystem", "../../../../bus/pci", 4096) = 19
- [pid 2845] openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/uevent", O_RDONLY|O_CLOEXEC) = 18
- [pid 2845] fstat(18, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
- [pid 2845] fstat(18, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
- [pid 2845] read(18, "DRIVER=e1000e\nPCI_CLASS=20000\nPC"..., 4096) = 161
- [pid 2845] read(18, "", 4096) = 0
- [pid 2845] close(18) = 0
- [pid 2845] openat(AT_FDCWD, "/run/udev/data/+pci:0000:02:00.0", O_RDONLY|O_CLOEXEC <unfinished ...>
- [pid 2826] --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
- [pid 2845] <... openat resumed> ) = 18
- [pid 2843] <... futex resumed> ) = ? <unavailable>
- [pid 2847] <... select resumed> <unfinished ...>) = ?
- [pid 2846] <... select resumed> <unfinished ...>) = ?
- [pid 2842] <... select resumed> <unfinished ...>) = ?
- [pid 2829] <... select resumed> <unfinished ...>) = ?
- [pid 2828] <... futex resumed>) = ?
- [pid 2827] <... futex resumed>) = ?
- [pid 2847] +++ killed by SIGSEGV +++
- [pid 2846] +++ killed by SIGSEGV +++
- [pid 2845] +++ killed by SIGSEGV +++
- [pid 2843] +++ killed by SIGSEGV +++
- [pid 2842] +++ killed by SIGSEGV +++
- [pid 2829] +++ killed by SIGSEGV +++
- [pid 2828] +++ killed by SIGSEGV +++
- [pid 2827] +++ killed by SIGSEGV +++
- +++ killed by SIGSEGV +++
- Segmentation fault
Am I allowed to use Trace Settings and SWO with an EDU?
Any help gratefully accepted.
The rest of Ozone seems to work fine.
I should have said the desktop is KDE.
I made another debian PC with Stretch and different desktop, Mate. Tools->Trace Settings does not crash. I see SWO active in the terminal window but no SWO activity, ITM_Print(0,"hello") works in JLinkSWOViewer. So I will have to do more research as the main thing I want to try is Watch but I can't get that to work at all yet.
I upgraded this new PC to Buster and I get the segfault. I thought it may just because of KDE but it would seem to be Buster and beyond.
Thanks
The post was edited 3 times, last by billium: further information: ().