Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 106410

Summary: idesk on fluxbox segfaults while switching to another vt-window
Product: Gentoo Linux Reporter: Zsolt Barat <joy>
Component: Current packagesAssignee: Desktop Misc. Team <desktop-misc>
Status: RESOLVED NEEDINFO    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: stracelog idesk
emerge info

Description Zsolt Barat 2005-09-18 14:23:33 UTC
idesk segfaults while switching to another vt-window. im running Fluxbox
0.9.13-gentoo-r1. keeping sticky-flag and another things were also an issue with
fluxbox all the time.

Reproducible: Always
Steps to Reproduce:
1.start X+fluxbox
2.start idesk
3.switch to another virtual screen under X

Actual Results:  
idesk segfaults. doesn't happen if an application was selected by clicking on an
icon.

Expected Results:  
stay running...

it's maybe due to overopyimization (CFLAGS). didn't tryed it with other flags.

strace log:
Comment 1 Zsolt Barat 2005-09-18 14:24:26 UTC
Created attachment 68771 [details]
stracelog idesk
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-09-22 07:01:44 UTC
(In reply to comment #0)
> it's maybe due to overopyimization (CFLAGS). didn't tryed it with other flags.

Could You post `emerge info`?
Comment 3 Zsolt Barat 2005-09-22 11:46:49 UTC
Created attachment 69022 [details]
emerge info

sorry forgot it. here comes emerge info.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-09-22 12:12:08 UTC
Could You try with C{XX,}FLAGS="-O2 -march=pentium3 -pipe". It works for me.

You could also try running idesk under GDB, more here:
http://www.gentoo.org/doc/en/bugzilla-howto.xml
Comment 5 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-09-27 13:04:56 UTC
Zsolt, I'm closing it for now - reopen if problem exists with sane C{XX}FLAGS.