https://bugs.kde.org/show_bug.cgi?id=171275
Brian Foster <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #5 from Brian Foster <brian foster innova-card com> 2009-02-19 11:35:21 --- Things were working just fine for me (using Kubuntu 8.10) and then all of a sudden I also got hit by this. At the moment, it's 100% reproducible simply by trying to run `kmail'. Some details.... Script started on Thu 19 Feb 2009 11:19:02 AM CET $ $ kmail --version Qt: 4.4.3 KDE: 4.1.4 (KDE 4.1.4) KMail: 1.10.4 $ $ gdb kmail GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (gdb) run Starting program: /usr/bin/kmail [Thread debugging using libthread_db enabled] [New Thread 0x7fa41531a6f0 (LWP 17746)] ASSERT: "s->parsed == false" in file /build/buildd/kde4libs-4.1.4/kdecore/kernel/kcmdlineargs.cpp, line 524 Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fa41531a6f0 (LWP 17746)] 0x00007fa412218015 in raise () from /lib/libc.so.6 (gdb) where #0 0x00007fa412218015 in raise () from /lib/libc.so.6 #1 0x00007fa412219b83 in abort () from /lib/libc.so.6 #2 0x00007fa4136346b5 in qt_message_output () from /usr/lib/libQtCore.so.4 #3 0x00007fa4136347fd in qFatal () from /usr/lib/libQtCore.so.4 #4 0x00007fa413b17a3a in KCmdLineArgs::addCmdLineOptions (optio...@0x7fff1d362720, na...@0x7fff1d3626e0, _id=<value optimized out>, _afterId=<value optimized out>) at /build/buildd/kde4libs-4.1.4/kdecore/kernel/kcmdlineargs.cpp:524 #5 0x00007fa414089bcf in KUniqueApplication::addCmdLineOptions () at /build/buildd/kde4libs-4.1.4/kdeui/kernel/kuniqueapplication.cpp:91 #6 0x00007fa414089e64 in KUniqueApplication::start (flags={i = 490089536}) at /build/buildd/kde4libs-4.1.4/kdeui/kernel/kuniqueapplication.cpp:118 #7 0x00007fa41408ad73 in KUniqueApplication::start () at /build/buildd/kde4libs-4.1.4/kdeui/kernel/kuniqueapplication.cpp:108 #8 0x00007fa414578087 in KPIM::PimApplication::start () at /build/buildd/kdepim-4.1.4/libkdepim/pimapplication.cpp:106 #9 0x0000000000402f25 in main (argc=<value optimized out>, argv=<value optimized out>) at /build/buildd/kdepim-4.1.4/kmail/main.cpp:109 (gdb) info proc process 17746 cmdline = '/usr/bin/kmail' cwd = '/home/bfoster' exe = '/usr/bin/kmail' (gdb) info thread * 1 Thread 0x7fa41531a6f0 (LWP 17746) 0x00007fa412218015 in raise () from /lib/libc.so.6 The program is running. Exit anyway? (y or n) y $ $ exit Script done on Thu 19 Feb 2009 11:20:35 AM CET -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
