Bug 63186 - kdelibs kcmdlineargs.cpp segfault KCmdLineArgs::parseAllArgs
Summary: kdelibs kcmdlineargs.cpp segfault KCmdLineArgs::parseAllArgs
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Mandrake RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-24 12:26 UTC by Marcel Pol
Modified: 2003-09-16 14:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

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