Hi,
In kubuntu natty when trying to add a connection to a remote server via ssh+qemu with libdbusmenu-gtk3 results in application crash.
This is the stripped error output running strace -f.
I've managed to connect to the remote KVM server running ubuntu server 10.10 after purging the affected package and had to reinstall it later.
I'm running on kubuntu natty current with a daily compiled gtk2-engines-oxygen.
I'm also using kubuntu-ppa-experimental-natty, Other than that is a standard 64bits maverick install.
In kubuntu natty when trying to add a connection to a remote server via ssh+qemu with libdbusmenu-gtk3 results in application crash.
This is the stripped error output running strace -f.
Code:
[pid 10491] sched_yield( <unfinished ...> [pid 10490] madvise(0x7f2d6018e000, 4096, MADV_DONTNEED <unfinished ...> [pid 10491] <... sched_yield resumed> ) = 0 [pid 10490] <... madvise resumed> ) = 0 [pid 10491] sched_yield( <unfinished ...> [pid 10490] madvise(0x7f2d6018c000, 8192, MADV_DONTNEED <unfinished ...> [pid 10491] <... sched_yield resumed> ) = 0 [pid 10490] <... madvise resumed> ) = 0 [pid 10491] sched_yield() = 0 [pid 10490] write(2, "\n(virt-manager:10490): LIBDBUSME"..., 152 <unfinished ...> [pid 10491] sched_yield( <unfinished ...> [pid 10490] <... write resumed> ) = 152 [pid 10491] <... sched_yield resumed> ) = 0 [pid 10491] sched_yield( <unfinished ...> [pid 10490] write(2, "\n(virt-manager:10490): LIBDBUSME"..., 152 <unfinished ...> [pid 10491] <... sched_yield resumed> ) = 0 [pid 10490] <... write resumed> ) = 152 [pid 10491] sched_yield() = 0 [pid 10490] write(2, "\n(virt-manager:10490): LIBDBUSME"..., 152 <unfinished ...> [pid 10491] sched_yield( <unfinished ...> [pid 10490] <... write resumed> ) = 152 [pid 10491] <... sched_yield resumed> ) = 0 [pid 10491] sched_yield( <unfinished ...> [pid 10490] write(2, "\n(virt-manager:10490): LIBDBUSME"..., 152 <unfinished ...> [pid 10491] <... sched_yield resumed> ) = 0 [pid 10490] <... write resumed> ) = 152 [pid 10491] sched_yield() = 0 [pid 10490] --- SIGSEGV (Segmentation fault) @ 0 (0) --- Process 10483 resumed Process 10490 detached [pid 10492] +++ killed by SIGSEGV (core dumped) +++ [pid 10491] +++ killed by SIGSEGV (core dumped) +++ Process 10483 detached
I'm running on kubuntu natty current with a daily compiled gtk2-engines-oxygen.
I'm also using kubuntu-ppa-experimental-natty, Other than that is a standard 64bits maverick install.