Bug 78510

Summary: konsole crashes on --ls --workdir arguments
Product: [Applications] konsole Reporter: Diederik van der Boor <vdboor>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED WORKSFORME    
Severity: crash    
Priority: NOR    
Version First Reported In: 1.3.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Diederik van der Boor 2004-03-26 19:49:27 UTC
Version:           1.3.1 (using KDE 3.2.1, Gentoo)
Compiler:          gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
OS:          Linux (i686) release 2.6.3-gentoo-r1

If I start konsole with "--ls --workdir /", it crashes. Without the --ls, everything works fine. (sidenote, I've changed the konsolehere.desktop exec line, so konsole reads my /etc/profile at startup)

I've moved my /etc/profile, /etc/bashrc, .bash_profile, and .bashrc files to be certain it wasn't an problem in my profile. This however, didn't make a difference.
Comment 1 Stephan Binner 2004-03-27 10:09:26 UTC
Works here. Please post the backtrace.
Comment 2 Diederik van der Boor 2004-03-29 23:17:55 UTC
After re-compiling the kdebase package, I haven't noticed the bug again.. perhaps it was a cflags/cxxflags issue.

My flags used to be: "-mcpu=athlon-xp -mmmx -msse -m3dnow -Os -pipe -fomit-frame-pointer -fmerge-all-constants -fforce-addr". To enable debugging, I changed the flags to "-mcpu=athlon-xp -Os -pipe" and this worked. Until I can find more about this issue, I'd rather close this report because it seams to be my fault.