Bug 63186

Summary: kdelibs kcmdlineargs.cpp segfault KCmdLineArgs::parseAllArgs
Product: [Unmaintained] kdelibs Reporter: Marcel Pol <mpol>
Component: generalAssignee: Stephan Kulow <coolo>
Status: RESOLVED NOT A BUG    
Severity: crash CC: jlp
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Marcel Pol 2003-08-24 12:26:07 UTC
Version:            (using KDE KDE 3.1.3)
Installed from:    Mandrake RPMs
Compiler:          gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk) 
OS:          Linux

When I run krename or kbarcode, I get a segfault caused by kdelibs. I use Kde 3.1.3-10mdk on Mandrake cooker (9.2-beta2/rc1).

I made a backtrace, which I hope gives enough info:

(gdb) run
Starting program: /usr/bin/krename

Program received signal SIGSEGV, Segmentation fault.
KCmdLineArgs::parseAllArgs() () at kcmdlineargs.cpp:535
535            if (option->name[0] == '+')
Current language:  auto; currently c++
(gdb) bt
#0  KCmdLineArgs::parseAllArgs() () at kcmdlineargs.cpp:535
(gdb) q
The program is running.  Exit anyway? (y or n) y
bash-2.05b$ pwd
Comment 1 Stephan Kulow 2003-08-25 00:41:42 UTC
your "backtrace" doesn't get any back - so I'd say it's all messed up 
Comment 2 Jure Repinc 2003-09-16 14:20:37 UTC
Same here. How do we go back more?