| Summary: | kmail crashes in removeMsg | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Russell Miller <rmiller> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Russell Miller
2004-01-24 11:20:04 UTC
More information, here is the relevant parts of the backtrace when run under gdb and compiled with debug:
#0 0x401e6237 in KMHeaders::msgRemoved(int, QString, QString) (
this=0x81fc830, id=1, msgId=
{static null = {static null = <same as static member of an already seen type>, d = 0x804e070, static shared_null = 0x804e070}, d = 0x8393b68, static shared_null = 0x804e070}, strippedSubjMD5=
{static null = {static null = <same as static member of an already seen type>, d = 0x804e070, static shared_null = 0x804e070}, d = 0x841d740, static shared_null = 0x804e070}) at kmheaders.cpp:1365
#1 0x401ef493 in KMHeaders::qt_invoke(int, QUObject*) (this=0x81fc830,
_id=112, _o=0xbfffd400) at kmheaders.moc:258
#2 0x4163d646 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /data/kde-prod/lib/libqt-mt.so.3
#3 0x40220717 in KMFolder::msgRemoved(int, QString, QString) (
this=0x81968f0, t0=1, t1=
{static null = {static null = <same as static member of an already seen type>, d = 0x804e070, static shared_null = 0x804e070}, d = 0x8393b68, static shared_null = 0x804e070}, t2=
{static null = {static null = <same as static member of an already seen type>, d = 0x804e070, static shared_null = 0x804e070}, d = 0x841d740, static shared_null = 0x804e070}) at kmfolder.moc:221
#4 0x402210e0 in KMFolder::qt_emit(int, QUObject*) (this=0x81968f0, _id=8,
_o=0xbfffd530) at kmfolder.moc:340
#5 0x4163d676 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /data/kde-prod/lib/libqt-mt.so.3
ohhhhhhhhhhhhh.... dammit. corrupted index file. That really needs to be fixed. But the bug as it stands is invalid. Sorry. |