Bug 78510 - konsole crashes on --ls --workdir arguments
Summary: konsole crashes on --ls --workdir arguments
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.3.1
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-26 19:49 UTC by Diederik van der Boor
Modified: 2004-03-29 23:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.