Bug 98483 - regression introduced by the saveMessage rewrite
Summary: regression introduced by the saveMessage rewrite
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: SVN (3.5 branch)
Platform: Compiled Sources Linux
: VHI grave
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 09:49 UTC by konold
Modified: 2007-09-14 12: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 konold 2005-02-03 09:49:17 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1100338272 (LWP 6551)]
[KCrash handler]
#24 0x422dc3db in DwString::data (this=0x40fb9dbc) at string.h:628
#25 0x42a6f526 in DwStrcasecmp (aStr1=@0x40fb9dbc, aStr2=@0xbfffe6e0)
    at dwstring.cpp:1748
#26 0x42a5cdd3 in DwHeaders::FindField (this=0x41172b28, 
    aFieldName=@0xbfffe6e0) at headers.cpp:304
#27 0x42a5c97a in DwHeaders::FieldBody (this=0x41172b28, 
    aFieldName=@0xbfffe6e0) at headers.cpp:219
#28 0x42a5ebac in DwHeaders::ContentType (this=0x41172b28) at headers.cpp:967
#29 0x422d6a42 in KMMessage::charset (this=0x85b3f08) at kmmessage.cpp:3775
#30 0x422d0505 in KMMessage::setHeaderField (this=0x85b3f08, 
    aName=@0xbfffe880, bValue=@0xbfffe890, type=Unstructured, prepend=false)
    at kmmessage.cpp:2173
#31 0x425099d3 in MessageComposer::readFromComposeWin (this=0x8f07110)
    at messagecomposer.cpp:373
#32 0x42509605 in MessageComposer::applyChanges (this=0x8f07110, 
    disableCrypto=true) at messagecomposer.cpp:295
#33 0x423723f3 in KMComposeWin::applyChanges (this=0x878cf70, 
    dontSignNorEncrypt=true, dontDisable=true) at kmcomposewin.cpp:2001
#34 0x42369ae2 in KMComposeWin::autoSaveMessage (this=0x878cf70)
    at kmcomposewin.cpp:677
#35 0x42363ef7 in KMComposeWin::qt_invoke (this=0x878cf70, _id=136, 
    _o=0xbfffeb40) at kmcomposewin.moc:942
#36 0x40d030ee in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x40d03896 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#38 0x41055409 in QTimer::timeout () from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x40d2818f in QTimer::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#40 0x40ca085f in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#41 0x40ca2423 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#42 0x409bda91 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#43 0x40c9500c in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#44 0x40c4df56 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#45 0x40cb87b1 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#46 0x40cb85f6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#47 0x40ca22ef in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#48 0x0805b229 in main (argc=1, argv=0xbffff374) at main.cpp:163
Comment 1 konold 2005-02-03 09:59:04 UTC
*** KMail got signal 11 (Crashing)
kmail: [void KMComposeWin::autoSaveMessage()]
kmail: [void KMComposeWin::autoSaveMessage()] autosaving message
kmail: KMAIL_DEBUG_COMPOSER_CRYPTO = FALSE
Comment 2 Ingo Klöcker 2005-02-03 23:32:11 UTC
KMail bugs have to be assigned to kmail-devel.
Comment 3 Ingo Klöcker 2005-02-03 23:35:30 UTC
When exactly did KMail crash? Were you writing an email? Or did it crash on exit? Is the crash reproducible? Were more than one composer windows open?
Comment 4 Ingo Klöcker 2005-02-04 00:08:34 UTC
Did you edit an existing message? Or were you writing a new message?

I'm neither able to reproduce the problem nor can I find the problem. It's not related to the autoSave rewrite though. Please run kmail in valgrind if you can reproduce the problem.
Comment 5 Ingo Klöcker 2005-02-04 01:07:41 UTC
Use valgrind --tool=memcheck --num-callers=50
Comment 6 Stephan Kulow 2005-02-04 09:35:09 UTC
I had a very similiar crash under the following circumstances:

- I had a dead.letter lying around when I started kmail
- kmail opened a composer with the dead letter and shows the kwallet dialog
  at the same time
- I entered my kwallet password to get the main window and closed the dead 
  letter composer as I finished that mail another time -> bang

I tried to reproduce it, but now that my kwallet is open, it no longer happens.

My backtrace looks very similiar to Martin's:

#0  0x40e75cea in DwEntity::Headers (this=0x2e) at /suse/coolo/prod/kdepim/mimelib/entity.cpp:245
#1  0x401d9327 in KMMessage::setHeaderField (this=0x8319bf0, aName=@0xbfffdab0, bValue=@0xbfffdac0, type=Unstructured, prepend=false)
    at /suse/coolo/prod/kdepim/kmail/kmmessage.cpp:2159
#2  0x4042eccb in MessageComposer::readFromComposeWin (this=0x837a6e0) at /suse/coolo/prod/kdepim/kmail/messagecomposer.cpp:373
#3  0x4042e8fd in MessageComposer::applyChanges (this=0x837a6e0, disableCrypto=true)
    at /suse/coolo/prod/kdepim/kmail/messagecomposer.cpp:295
#4  0x4027a4cf in KMComposeWin::applyChanges (this=0x842b098, dontSignNorEncrypt=true, dontDisable=true)
    at /suse/coolo/prod/kdepim/kmail/kmcomposewin.cpp:2001
#5  0x40271bbe in KMComposeWin::autoSaveMessage (this=0x842b098) at /suse/coolo/prod/kdepim/kmail/kmcomposewin.cpp:677

I will first recompile KDE from CVS (this kmail should be two days
old), then try to reproduce it with valgrind.
Comment 7 konold 2005-02-05 06:13:53 UTC
Ok, I can easily reproduce the problem with the following steps:
- Open Kmail
- Open Composer
- Close Kmail but leave Composer window open
- restart Kmail
- --> Sig 11

I am attaching the valgrind output and the backtrace.


konold@kepler:~> kmail: [void KMComposeWin::autoSaveMessage()]
kmail: [void KMComposeWin::autoSaveMessage()] autosaving message
kmail: KMAIL_DEBUG_COMPOSER_CRYPTO = FALSE
==2243==
==2243== Invalid read of size 4
==2243==    at 0x1BAE0E3B: KMMessage::setHeaderField(QCString const&, QString const&, KMMessage::HeaderFieldType, bool) (kmmessage.cpp:2161)
==2243==    by 0x1BD1AC36: MessageComposer::readFromComposeWin() (messagecomposer.cpp:373)
==2243==    by 0x1BD1A868: MessageComposer::applyChanges(bool) (messagecomposer.cpp:295)
==2243==    by 0x1BB82AFA: KMComposeWin::applyChanges(bool, bool) (kmcomposewin.cpp:2001)
==2243==    by 0x1BB7A1E9: KMComposeWin::autoSaveMessage() (kmcomposewin.cpp:677)
==2243==    by 0x1BB745FE: KMComposeWin::qt_invoke(int, QUObject*) (kmcomposewin.moc:942)
==2243==    by 0x1D6040ED: QObject::activate_signal(QConnectionList*, QUObject*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D604895: QObject::activate_signal(int) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D956408: QTimer::timeout() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D62918E: QTimer::event(QEvent*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5A185E: QApplication::internalNotify(QObject*, QEvent*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5A3422: QApplication::notify(QObject*, QEvent*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D22BA90: KApplication::notify(QObject*, QEvent*) (in /opt/kde3/lib/libkdecore.so.4.2.0)
==2243==    by 0x1D59600B: QEventLoop::activateTimers() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D54EF55: QEventLoop::processEvents(unsigned) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5B97B0: QEventLoop::enterLoop() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5B95F5: QEventLoop::exec() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5A32EE: QApplication::exec() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x804AAE2: main (main.cpp:95)
==2243==  Address 0x1EA855B0 is not stack'd, malloc'd or (recently) free'd
==2243==
==2243== Invalid read of size 4
==2243==    at 0x1C686CEA: DwEntity::Headers() const (entity.cpp:245)
==2243==    by 0x1BAE0E42: KMMessage::setHeaderField(QCString const&, QString const&, KMMessage::HeaderFieldType, bool) (kmmessage.cpp:2161)
==2243==    by 0x1BD1AC36: MessageComposer::readFromComposeWin() (messagecomposer.cpp:373)
==2243==    by 0x1BD1A868: MessageComposer::applyChanges(bool) (messagecomposer.cpp:295)
==2243==    by 0x1BB82AFA: KMComposeWin::applyChanges(bool, bool) (kmcomposewin.cpp:2001)
==2243==    by 0x1BB7A1E9: KMComposeWin::autoSaveMessage() (kmcomposewin.cpp:677)
==2243==    by 0x1BB745FE: KMComposeWin::qt_invoke(int, QUObject*) (kmcomposewin.moc:942)
==2243==    by 0x1D6040ED: QObject::activate_signal(QConnectionList*, QUObject*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D604895: QObject::activate_signal(int) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D956408: QTimer::timeout() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D62918E: QTimer::event(QEvent*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5A185E: QApplication::internalNotify(QObject*, QEvent*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5A3422: QApplication::notify(QObject*, QEvent*) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D22BA90: KApplication::notify(QObject*, QEvent*) (in /opt/kde3/lib/libkdecore.so.4.2.0)
==2243==    by 0x1D59600B: QEventLoop::activateTimers() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D54EF55: QEventLoop::processEvents(unsigned) (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5B97B0: QEventLoop::enterLoop() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5B95F5: QEventLoop::exec() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x1D5A32EE: QApplication::exec() (in /usr/lib/qt3/lib/libqt-mt.so.3.3.3)
==2243==    by 0x804AAE2: main (main.cpp:95)
==2243==  Address 0x7C is not stack'd, malloc'd or (recently) free'd
*** KMail got signal 11 (Crashing)
kmail: [void KMComposeWin::autoSaveMessage()]
KCrash: Application 'kmail' crashing...
==2243==
==2243== ERROR SUMMARY: 106 errors from 29 contexts (suppressed: 184 from 2)
==2243== malloc/free: in use at exit: 8067281 bytes in 291752 blocks.
==2243== malloc/free: 2160449 allocs, 1868697 frees, 86967268 bytes allocated.



Using host libthread_db library "/lib/tls/libthread_db.so.1".
0xb0045d76 in ?? ()
#0  0xb0045d76 in ?? ()
#1  0xbfffed50 in ?? ()
#2  0x00000000 in ?? ()
#3  0x00000339 in ?? ()
#4  0x00000001 in ?? ()
#5  0xb002a733 in ?? ()
#6  0x000000a8 in ?? ()
#7  0xbfffed6c in ?? ()
#8  0x00000001 in ?? ()
#9  0xffffffff in ?? ()
#10 0xbfffee60 in ?? ()
#11 0xb000d4f3 in ?? ()
#12 0xbfffed6c in ?? ()
#13 0x00000001 in ?? ()
#14 0xffffffff in ?? ()
#15 0x00000001 in ?? ()
#16 0xffffffff in ?? ()
#17 0x00000339 in ?? ()
#18 0x00000001 in ?? ()
#19 0x00000339 in ?? ()
#20 0xbfffedac in ?? ()
#21 0x00000088 in ?? ()
#22 0xbfffed94 in ?? ()
#23 0xb002d904 in ?? ()
#24 0x00000339 in ?? ()
#25 0xbfffedac in ?? ()
#26 0x00000088 in ?? ()
#27 0xbfffee48 in ?? ()
#28 0xb002e86c in ?? ()
#29 0xbfffedac in ?? ()
#30 0x0001edbc in ?? ()
#31 0xb002fc25 in ?? ()
#32 0xbfffedac in ?? ()
#33 0xffffffff in ?? ()
#34 0xffffffff in ?? ()
#35 0xb01c2c50 in ?? ()
#36 0x00000001 in ?? ()
#37 0xbfffee60 in ?? ()
#38 0xb0031c63 in ?? ()
#39 0x00000001 in ?? ()
#40 0x0000ffff in ?? ()
#41 0x000000eb in ?? ()
#42 0x00000001 in ?? ()
#43 0x00000000 in ?? ()
#44 0xbfffee5c in ?? ()
#45 0xb000d32c in ?? ()
#46 0x00000001 in ?? ()
#47 0x52bfccec in ?? ()
#48 0x52bfcd4c in ?? ()
#49 0xbfffedfc in ?? ()
#50 0xb005765a in ?? ()
#51 0x00000001 in ?? ()
#52 0x00000060 in ?? ()
#53 0xbfffee14 in ?? ()
#54 0xb0062494 in ?? ()
#55 0x00000000 in ?? ()
#56 0x00000000 in ?? ()
#57 0x52bfcd5c in ?? ()
#58 0x00000000 in ?? ()
#59 0xb01d9860 in ?? ()
#60 0xb6d5f6dc in ?? ()
#61 0x52bfcd48 in ?? ()
#62 0xb01d9860 in ?? ()
#63 0xbfffee40 in ?? ()
#64 0xb000ca23 in ?? ()
#65 0x00200246 in ?? ()
#66 0x00000001 in ?? ()
#67 0xb01c2c50 in ?? ()
#68 0x00000001 in ?? ()
#69 0xb01c2c50 in ?? ()
#70 0x00000001 in ?? ()
#71 0x00000000 in ?? ()
#72 0xbfffee60 in ?? ()
#73 0xb002e89c in ?? ()
#74 0x00000000 in ?? ()
#75 0x00000000 in ?? ()
#76 0x00000001 in ?? ()
#77 0x00000001 in ?? ()
#78 0xbfffee78 in ?? ()
#79 0xb000d6e3 in ?? ()
#80 0x00000001 in ?? ()
#81 0x52bfdf70 in ?? ()
#82 0x00000003 in ?? ()
#83 0xb006b8c0 in ?? ()
#84 0xbfffee94 in ?? ()
#85 0xb000db8f in ?? ()
#86 0xbfffeea8 in ?? ()
#87 0xbfffeeac in ?? ()
#88 0x52bfdf70 in ?? ()
#89 0x00000003 in ?? ()
#90 0xb006b8c0 in ?? ()
#91 0xbfffef18 in ?? ()
#92 0xb0026c47 in ?? ()
#93 0xbfffeea8 in ?? ()
#94 0xbfffeeac in ?? ()
#95 0xbfffeeb0 in ?? ()
#96 0x00000000 in ?? ()
#97 0x00000001 in ?? ()
#98 0xffffffff in ?? ()
#99 0x52bfe0e0 in ?? ()
#100 0x1b8e47a0 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#101 0xb1153038 in ?? ()
#102 0xb1266fa4 in ?? ()
#103 0xb1153330 in ?? ()
#104 0x00000000 in ?? ()
#105 0xbffff1cd in ?? ()
#106 0x00000000 in ?? ()
#107 0xbfffefb0 in ?? ()
#108 0x00000000 in ?? ()
#109 0x7fffffff in ?? ()
#110 0x1b8e4000 in ?? ()
#111 0xbfffefb0 in ?? ()
#112 0x08048000 in ?? ()
#113 0x0804c9c0 in guard variable for KPIM::ThreadWeaver::debug(int, char const*, ...)::mutex ()
#114 0x08048034 in ?? ()
#115 0x00000008 in ?? ()
#116 0x1b8e4000 in ?? ()
#117 0x0804a740 in ?? ()
#118 0x1b8e47a0 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#119 0x0804c9c0 in guard variable for KPIM::ThreadWeaver::debug(int, char const*, ...)::mutex ()
#120 0x00000000 in ?? ()
#121 0x00000000 in ?? ()
#122 0xb114dff4 in ?? ()
#123 0xb1016cc0 in ?? ()
#124 0xbfffef78 in ?? ()
#125 0xb1050b10 in ?? ()
#126 0x00000004 in ?? ()
#127 0xbfffefa4 in ?? ()
#128 0xbfffefb8 in ?? ()
#129 0xb1152040 in ?? ()
#130 0xb114dff4 in ?? ()
#131 0xb1016cc0 in ?? ()
#132 0xb006b8c0 in ?? ()
#133 0xbfffef78 in ?? ()
#134 0xbfffef20 in ?? ()
#135 0xb1050ad5 in ?? ()
#136 0x00000000 in ?? ()
#137 0x00000000 in ?? ()
#138 0x00000000 in ?? ()
#139 0xb1016fec in ?? ()
#140 0x00000004 in ?? ()
#141 0xb000bf54 in ?? ()
#142 0x00000000 in ?? ()
#143 0xb100c9f0 in ?? ()
#144 0xb100d2d0 in ?? ()
#145 0xb1016fec in ?? ()
#146 0x00000004 in ?? ()
#147 0xb000bf54 in ?? ()
#148 0x00000000 in ?? ()
#149 0xb000af81 in ?? ()
#150 0xb002698f in ?? ()
#151 0x00000004 in ?? ()
#152 0xbfffefa4 in ?? ()
#153 0xb006b930 in ?? ()
#154 0xb006b8c0 in ?? ()
#155 0xb100d2d0 in ?? ()
#156 0xbfffef9c in ?? ()
#157 0xb1017388 in ?? ()
#158 0x00000004 in ?? ()
#159 0xbffff1bd in ?? ()
#160 0xbffff1c6 in ?? ()
#161 0xbffff1d6 in ?? ()
#162 0xbffff1e7 in ?? ()
#163 0x00000000 in ?? ()
#164 0xbffff1ed in ?? ()
#165 0xbffff206 in ?? ()
#166 0xbffff241 in ?? ()
#167 0xbffff273 in ?? ()
#168 0xbffff283 in ?? ()
#169 0xbffff297 in ?? ()
#170 0xbffff2aa in ?? ()
#171 0xbffff2c5 in ?? ()
#172 0xbffff2d5 in ?? ()
#173 0xbffff2fc in ?? ()
#174 0xbffff323 in ?? ()
#175 0xbffff355 in ?? ()
#176 0xbffff365 in ?? ()
#177 0xbffff370 in ?? ()
#178 0xbffff37c in ?? ()
#179 0xbffff3cd in ?? ()
#180 0xbffff3db in ?? ()
#181 0xbffff3ec in ?? ()
#182 0xbffff3fa in ?? ()
#183 0xbffff408 in ?? ()
#184 0xbffff4a1 in ?? ()
#185 0xbffff4bd in ?? ()
#186 0xbffff54e in ?? ()
#187 0xbffff560 in ?? ()
#188 0xbffff57a in ?? ()
#189 0xbffff599 in ?? ()
#190 0xbffff5ac in ?? ()
#191 0xbffff5c2 in ?? ()
#192 0xbffff5ce in ?? ()
#193 0xbffff5e8 in ?? ()
#194 0xbffff5f9 in ?? ()
#195 0xbffff607 in ?? ()
#196 0xbffff8c8 in ?? ()
#197 0xbffff8e0 in ?? ()
#198 0xbffff8f9 in ?? ()
#199 0xbffff919 in ?? ()
#200 0xbffff927 in ?? ()
#201 0xbffff935 in ?? ()
#202 0xbffff962 in ?? ()
#203 0xbffff993 in ?? ()
#204 0xbffff99e in ?? ()
#205 0xbffff9b7 in ?? ()
#206 0xbffff9e2 in ?? ()
#207 0xbffff9f0 in ?? ()
#208 0xbffffb0b in ?? ()
#209 0xbffffb22 in ?? ()
#210 0xbffffb36 in ?? ()
#211 0xbffffb3f in ?? ()
#212 0xbffffb54 in ?? ()
#213 0xbffffb75 in ?? ()
#214 0xbffffb83 in ?? ()
#215 0xbffffbb8 in ?? ()
#216 0xbffffbc9 in ?? ()
#217 0xbffffbde in ?? ()
#218 0xbffffbf9 in ?? ()
#219 0xbffffc0a in ?? ()
#220 0xbffffc1d in ?? ()
#221 0xbffffc3c in ?? ()
#222 0xbffffc76 in ?? ()
#223 0xbffffcb5 in ?? ()
#224 0xbffffcd1 in ?? ()
#225 0xbffffce3 in ?? ()
#226 0xbffffceb in ?? ()
#227 0xbffffcf8 in ?? ()
#228 0xbffffd16 in ?? ()
#229 0xbffffd30 in ?? ()
#230 0xbffffd4f in ?? ()
#231 0xbffffda3 in ?? ()
#232 0xbffffdcc in ?? ()
#233 0xbffffe14 in ?? ()
#234 0xbffffe23 in ?? ()
#235 0xbffffe3c in ?? ()
#236 0xbffffe47 in ?? ()
#237 0xbffffe5e in ?? ()
#238 0xbffffe6a in ?? ()
#239 0xbffffe94 in ?? ()
#240 0xbffffeac in ?? ()
#241 0xbfffff01 in ?? ()
#242 0xbfffff0a in ?? ()
#243 0xbfffff53 in ?? ()
#244 0xbfffff60 in ?? ()
#245 0xbfffff7d in ?? ()
#246 0xbfffff92 in ?? ()
#247 0xbfffff9d in ?? ()
#248 0xbfffffb8 in ?? ()
#249 0xbfffffcc in ?? ()
#250 0x00000000 in ?? ()
#251 0x0000ff01 in ?? ()
#252 0x00000003 in ?? ()
#253 0x0000ff02 in ?? ()
#254 0x00000004 in ?? ()
#255 0x00000001 in ?? ()
#256 0xffffe400 in ?? ()
#257 0x00000001 in ?? ()
#258 0xffffe000 in ?? ()
#259 0x00000010 in ?? ()
#260 0xbfebf9ff in ?? ()
#261 0x00000006 in ?? ()
#262 0x00001000 in ?? ()
#263 0x00000011 in ?? ()
#264 0x00000064 in ?? ()
#265 0x00000003 in ?? ()
#266 0xb0000034 in ?? ()
#267 0x00000004 in ?? ()
#268 0x00000020 in ?? ()
#269 0x00000005 in ?? ()
#270 0x00000009 in ?? ()
#271 0x00000007 in ?? ()
#272 0xb1000000 in ?? ()
#273 0x00000008 in ?? ()
#274 0x00000000 in ?? ()
#275 0x00000009 in ?? ()
#276 0xb000bf54 in ?? ()
#277 0x0000000b in ?? ()
#278 0x000003e8 in ?? ()
#279 0x0000000c in ?? ()
#280 0x000003e8 in ?? ()
#281 0x0000000d in ?? ()
#282 0x00000064 in ?? ()
#283 0x0000000e in ?? ()
#284 0x00000064 in ?? ()
#285 0x00000017 in ?? ()
#286 0x00000000 in ?? ()
#287 0x0000000f in ?? ()
#288 0xbffff1b8 in ?? ()
#289 0x00000000 in ?? ()
#290 0x00000000 in ?? ()
#291 0x00000000 in ?? ()
#292 0x36383669 in ?? ()
#293 0x6c617600 in ?? ()
#294 0x6e697267 in ?? ()
#295 0x2d2d0064 in ?? ()
#296 0x6c6f6f74 in ?? ()
#297 0x6d656d3d in ?? ()
#298 0x63656863 in ?? ()
#299 0x2d2d006b in ?? ()
#300 0x2d6d756e in ?? ()
#301 0x6c6c6163 in ?? ()
#302 0x3d737265 in ?? ()
#303 0x6b003035 in ?? ()
#304 0x6c69616d in ?? ()
#305 0x53454c00 in ?? ()
#306 0x59454b53 in ?? ()
#307 0x74652f3d in ?? ()
#308 0x656c2f63 in ?? ()
#309 0x656b7373 in ?? ()
#310 0x69622e79 in ?? ()
#311 0x414d006e in ?? ()
#312 0x5441504e in ?? ()
#313 0x752f3d48 in ?? ()
#314 0x732f7273 in ?? ()
#315 0x65726168 in ?? ()
#316 0x6e616d2f in ?? ()
#317 0x73752f3a in ?? ()
#318 0x31582f72 in ?? ()
#319 0x2f365231 in ?? ()
#320 0x3a6e616d in ?? ()
#321 0x74706f2f in ?? ()
#322 0x6f6e672f in ?? ()
#323 0x732f656d in ?? ()
#324 0x65726168 in ?? ()
#325 0x6e616d2f in ?? ()
#326 0x464e4900 in ?? ()
#327 0x5249444f in ?? ()
#328 0x73752f3d in ?? ()
#329 0x6f6c2f72 in ?? ()
#330 0x2f6c6163 in ?? ()
#331 0x6f666e69 in ?? ()
#332 0x73752f3a in ?? ()
#333 0x68732f72 in ?? ()
#334 0x2f657261 in ?? ()
#335 0x6f666e69 in ?? ()
#336 0x73752f3a in ?? ()
#337 0x6e692f72 in ?? ()
#338 0x4e006f66 in ?? ()
#339 0x5350544e in ?? ()
#340 0x45565245 in ?? ()
#341 0x656e3d52 in ?? ()
#342 0x4b007377 in ?? ()
#343 0x4d5f4544 in ?? ()
#344 0x49544c55 in ?? ()
#345 0x44414548 in ?? ()
#346 0x6c61663d in ?? ()
#347 0x53006573 in ?? ()
#348 0x415f4853 in ?? ()
#349 0x544e4547 in ?? ()
#350 0x4449505f in ?? ()
#351 0x3435343d in ?? ()
#352 0x4d440039 in ?? ()
#353 0x4e4f435f in ?? ()
#354 0x4c4f5254 in ?? ()
#355 0x61762f3d in ?? ()
#356 0x75722f72 in ?? ()
#357 0x64782f6e in ?? ()
#358 0x6c74636d in ?? ()
#359 0x534f4800 in ?? ()
#360 0x4d414e54 in ?? ()
#361 0x656b3d45 in ?? ()
#362 0x72656c70 in ?? ()
#363 0x454b5800 in ?? ()
#364 0x4d595359 in ?? ()
#365 0x2f3d4244 in ?? ()
#366 0x2f727375 in ?? ()
#367 0x52313158 in ?? ()
#368 0x696c2f36 in ?? ()
#369 0x31582f62 in ?? ()
#370 0x4b582f31 in ?? ()
#371 0x79737965 in ?? ()
#372 0x0042446d in ?? ()
#373 0x4d4f4e47 in ?? ()
#374 0x505f3245 in ?? ()
#375 0x3d485441 in ?? ()
#376 0x7273752f in ?? ()
#377 0x636f6c2f in ?? ()
#378 0x2f3a6c61 in ?? ()
#379 0x2f74706f in ?? ()
#380 0x6d6f6e67 in ?? ()
#381 0x752f3a65 in ?? ()
#382 0x47007273 in ?? ()
#383 0x415f4750 in ?? ()
#384 0x544e4547 in ?? ()
#385 0x464e495f in ?? ()
#386 0x742f3d4f in ?? ()
#387 0x672f706d in ?? ()
#388 0x772d6770 in ?? ()
#389 0x57737974 in ?? ()
#390 0x2e532f67 in ?? ()
#391 0x2d677067 in ?? ()
#392 0x6e656761 in ?? ()
#393 0x35343a74 in ?? ()
#394 0x313a3734 in ?? ()
#395 0x45485300 in ?? ()
#396 0x2f3d4c4c in ?? ()
#397 0x2f6e6962 in ?? ()
#398 0x68736162 in ?? ()
#399 0x52455400 in ?? ()
#400 0x74783d4d in ?? ()
#401 0x006d7265 in ?? ()
#402 0x54534f48 in ?? ()
#403 0x70656b3d in ?? ()
#404 0x0072656c in ?? ()
#405 0x5f4d4458 in ?? ()
#406 0x414e414d in ?? ()
#407 0x3d444547 in ?? ()
#408 0x7261762f in ?? ()
#409 0x6e75722f in ?? ()
#410 0x6d64782f in ?? ()
#411 0x2f6c7463 in ?? ()
#412 0x636d6478 in ?? ()
#413 0x3a2d6c74 in ?? ()
#414 0x616d2c30 in ?? ()
#415 0x2c647379 in ?? ()
#416 0x6679616d in ?? ()
#417 0x63732c6e in ?? ()
#418 0x2c646568 in ?? ()
#419 0x64767372 in ?? ()
#420 0x74656d2c in ?? ()
#421 0x3d646f68 in ?? ()
#422 0x73616c63 in ?? ()
#423 0x2c636973 in ?? ()
#424 0x6f747561 in ?? ()
#425 0x53494800 in ?? ()
#426 0x5a495354 in ?? ()
#427 0x30313d45 in ?? ()
#428 0x50003030 in ?? ()
#429 0x49464f52 in ?? ()
#430 0x4552454c in ?? ()
#431 0x743d4441 in ?? ()
#432 0x00657572 in ?? ()
#433 0x4c595453 in ?? ()
#434 0x6c703d45 in ?? ()
#435 0x69747361 in ?? ()
#436 0x444b006b in ?? ()
#437 0x4f4e5f45 in ?? ()
#438 0x5650495f in ?? ()
#439 0x00313d36 in ?? ()
#440 0x324b5447 in ?? ()
#441 0x5f43525f in ?? ()
#442 0x454c4946 in ?? ()
#443 0x652f3d53 in ?? ()
#444 0x6f2f6374 in ?? ()
#445 0x672f7470 in ?? ()
#446 0x656d6f6e in ?? ()
#447 0x6b74672f in ?? ()
#448 0x302e322d in ?? ()
#449 0x6b74672f in ?? ()
#450 0x2f3a6372 in ?? ()
#451 0x2f74706f in ?? ()
#452 0x6d6f6e67 in ?? ()
#453 0x68732f65 in ?? ()
#454 0x2f657261 in ?? ()
#455 0x6d656874 in ?? ()
#456 0x512f7365 in ?? ()
#457 0x74672f74 in ?? ()
#458 0x2e322d6b in ?? ()
#459 0x74672f30 in ?? ()
#460 0x3a63726b in ?? ()
#461 0x6d6f682f in ?? ()
#462 0x6f6b2f65 in ?? ()
#463 0x646c6f6e in ?? ()
#464 0x74672e2f in ?? ()
#465 0x2d63726b in ?? ()
#466 0x2d302e32 in ?? ()
#467 0x73616c70 in ?? ()
#468 0x3a6b6974 in ?? ()
#469 0x6d6f682f in ?? ()
#470 0x6f6b2f65 in ?? ()
#471 0x646c6f6e in ?? ()
#472 0x646b2e2f in ?? ()
#473 0x68732f65 in ?? ()
#474 0x2f657261 in ?? ()
#475 0x666e6f63 in ?? ()
#476 0x672f6769 in ?? ()
#477 0x63726b74 in ?? ()
#478 0x4f4e4700 in ?? ()
#479 0x505f454d in ?? ()
#480 0x3d485441 in ?? ()
#481 0x706f2f3a in ?? ()
#482 0x6e672f74 in ?? ()
#483 0x3a656d6f in ?? ()
#484 0x7273752f in ?? ()
#485 0x4b544700 in ?? ()
#486 0x5f43525f in ?? ()
#487 0x454c4946 in ?? ()
#488 0x652f3d53 in ?? ()
#489 0x6f2f6374 in ?? ()
#490 0x672f7470 in ?? ()
#491 0x656d6f6e in ?? ()
#492 0x6b74672f in ?? ()
#493 0x6b74672f in ?? ()
#494 0x2f3a6372 in ?? ()
#495 0x2f74706f in ?? ()
#496 0x6d6f6e67 in ?? ()
#497 0x68732f65 in ?? ()
#498 0x2f657261 in ?? ()
#499 0x6d656874 in ?? ()
#500 0x472f7365 in ?? ()
#501 0x6d617265 in ?? ()
#502 0x672f6b69 in ?? ()
#503 0x672f6b74 in ?? ()
#504 0x63726b74 in ?? ()
#505 0x6f682f3a in ?? ()
#506 0x6b2f656d in ?? ()
#507 0x6c6f6e6f in ?? ()
#508 0x672e2f64 in ?? ()
#509 0x63726b74 in ?? ()
#510 0x616c702d in ?? ()
#511 0x6b697473 in ?? ()
#512 0x6f682f3a in ?? ()
#513 0x6b2f656d in ?? ()
#514 0x6c6f6e6f in ?? ()
#515 0x6b2e2f64 in ?? ()
#516 0x732f6564 in ?? ()
#517 0x65726168 in ?? ()
#518 0x6e6f632f in ?? ()
#519 0x2f676966 in ?? ()
#520 0x726b7467 in ?? ()
#521 0x49570063 in ?? ()
#522 0x574f444e in ?? ()
#523 0x383d4449 in ?? ()
#524 0x33383935 in ?? ()
#525 0x00393332 in ?? ()
#526 0x4845444b in ?? ()
#527 0x3d454d4f in ?? ()
#528 0x6d6f682f in ?? ()
#529 0x6f6b2f65 in ?? ()
#530 0x646c6f6e in ?? ()
#531 0x646b2e2f in ?? ()
#532 0x54510065 in ?? ()
#533 0x3d524944 in ?? ()
#534 0x6d6f682f in ?? ()
#535 0x6f6b2f65 in ?? ()
#536 0x646c6f6e in ?? ()
#537 0x7376632f in ?? ()
#538 0x2d74712f in ?? ()
#539 0x79706f63 in ?? ()
#540 0x45535800 in ?? ()
#541 0x4f495353 in ?? ()
#542 0x53495f4e in ?? ()
#543 0x3d50555f in ?? ()
#544 0x00736579 in ?? ()
#545 0x5f45444b in ?? ()
#546 0x4c4c5546 in ?? ()
#547 0x5345535f in ?? ()
#548 0x4e4f4953 in ?? ()
#549 0x7572743d in ?? ()
#550 0x53550065 in ?? ()
#551 0x6b3d5245 in ?? ()
#552 0x6c6f6e6f in ?? ()
#553 0x524a0064 in ?? ()
#554 0x4f485f45 in ?? ()
#555 0x2f3d454d in ?? ()
#556 0x2f727375 in ?? ()
#557 0x2f62696c in ?? ()
#558 0x2f6d766a in ?? ()
#559 0x0065726a in ?? ()
#560 0x464f5247 in ?? ()
#561 0x4f4e5f46 in ?? ()
#562 0x5247535f in ?? ()
#563 0x7365793d in ?? ()
#564 0x55435800 in ?? ()
#565 0x524f5352 in ?? ()
#566 0x5a49535f in ?? ()
#567 0x4c003d45 in ?? ()
#568 0x4f435f53 in ?? ()
#569 0x53524f4c in ?? ()
#570 0x3d6f6e3d in ?? ()
#571 0x663a3030 in ?? ()
#572 0x30303d69 in ?? ()
#573 0x3d69643a in ?? ()
#574 0x333b3130 in ?? ()
#575 0x6e6c3a34 in ?? ()
#576 0x3b30303d in ?? ()
#577 0x703a3633 in ?? ()
#578 0x30343d69 in ?? ()
#579 0x3a33333b in ?? ()
#580 0x303d6f73 in ?? ()
#581 0x35333b31 in ?? ()
#582 0x3d6f643a in ?? ()
#583 0x333b3130 in ?? ()
#584 0x64623a35 in ?? ()
#585 0x3b30343d in ?? ()
#586 0x303b3333 in ?? ()
#587 0x64633a31 in ?? ()
#588 0x3b30343d in ?? ()
#589 0x303b3333 in ?? ()
#590 0x726f3a31 in ?? ()
#591 0x3b30343d in ?? ()
#592 0x653a3133 in ?? ()
#593 0x30303d78 in ?? ()
#594 0x3a32333b in ?? ()
#595 0x6d632e2a in ?? ()
#596 0x30303d64 in ?? ()
#597 0x3a32333b in ?? ()
#598 0x78652e2a in ?? ()
#599 0x31303d65 in ?? ()
#600 0x3a32333b in ?? ()
#601 0x6f632e2a in ?? ()
#602 0x31303d6d in ?? ()
#603 0x3a32333b in ?? ()
#604 0x61622e2a in ?? ()
#605 0x31303d74 in ?? ()
#606 0x3a32333b in ?? ()
#607 0x74622e2a in ?? ()
#608 0x31303d6d in ?? ()
#609 0x3a32333b in ?? ()
#610 0x6c642e2a in ?? ()
#611 0x31303d6c in ?? ()
#612 0x3a32333b in ?? ()
#613 0x61742e2a in ?? ()
#614 0x30303d72 in ?? ()
#615 0x3a31333b in ?? ()
#616 0x62742e2a in ?? ()
#617 0x30303d7a in ?? ()
#618 0x3a31333b in ?? ()
#619 0x67742e2a in ?? ()
#620 0x30303d7a in ?? ()
#621 0x3a31333b in ?? ()
#622 0x70722e2a in ?? ()
#623 0x30303d6d in ?? ()
#624 0x3a31333b in ?? ()
#625 0x65642e2a in ?? ()
#626 0x30303d62 in ?? ()
#627 0x3a31333b in ?? ()
#628 0x72612e2a in ?? ()
#629 0x30303d6a in ?? ()
#630 0x3a31333b in ?? ()
#631 0x61742e2a in ?? ()
#632 0x30303d7a in ?? ()
#633 0x3a31333b in ?? ()
#634 0x7a6c2e2a in ?? ()
#635 0x30303d68 in ?? ()
#636 0x3a31333b in ?? ()
#637 0x697a2e2a in ?? ()
#638 0x30303d70 in ?? ()
#639 0x3a31333b in ?? ()
#640 0x6f7a2e2a in ?? ()
#641 0x30303d6f in ?? ()
#642 0x3a31333b in ?? ()
#643 0x3d7a2e2a in ?? ()
#644 0x333b3030 in ?? ()
#645 0x2e2a3a31 in ?? ()
#646 0x30303d5a in ?? ()
#647 0x3a31333b in ?? ()
#648 0x7a672e2a in ?? ()
#649 0x3b30303d in ?? ()
#650 0x2a3a3133 in ?? ()
#651 0x327a622e in ?? ()
#652 0x3b30303d in ?? ()
#653 0x2a3a3133 in ?? ()
#654 0x3262742e in ?? ()
#655 0x3b30303d in ?? ()
#656 0x2a3a3133 in ?? ()
#657 0x327a742e in ?? ()
#658 0x3b30303d in ?? ()
#659 0x2a3a3133 in ?? ()
#660 0x7a62742e in ?? ()
#661 0x30303d32 in ?? ()
#662 0x3a31333b in ?? ()
#663 0x76612e2a in ?? ()
#664 0x31303d69 in ?? ()
#665 0x3a35333b in ?? ()
#666 0x6d622e2a in ?? ()
#667 0x31303d70 in ?? ()
#668 0x3a35333b in ?? ()
#669 0x6c662e2a in ?? ()
#670 0x31303d69 in ?? ()
#671 0x3a35333b in ?? ()
#672 0x69672e2a in ?? ()
#673 0x31303d66 in ?? ()
#674 0x3a35333b in ?? ()
#675 0x706a2e2a in ?? ()
#676 0x31303d67 in ?? ()
#677 0x3a35333b in ?? ()
#678 0x706a2e2a in ?? ()
#679 0x303d6765 in ?? ()
#680 0x35333b31 in ?? ()
#681 0x6d2e2a3a in ?? ()
#682 0x303d676e in ?? ()
#683 0x35333b31 in ?? ()
#684 0x6d2e2a3a in ?? ()
#685 0x303d766f in ?? ()
#686 0x35333b31 in ?? ()
#687 0x6d2e2a3a in ?? ()
#688 0x303d6770 in ?? ()
#689 0x35333b31 in ?? ()
#690 0x702e2a3a in ?? ()
#691 0x303d7863 in ?? ()
#692 0x35333b31 in ?? ()
#693 0x702e2a3a in ?? ()
#694 0x303d6d62 in ?? ()
#695 0x35333b31 in ?? ()
#696 0x702e2a3a in ?? ()
#697 0x303d6d67 in ?? ()
#698 0x35333b31 in ?? ()
#699 0x702e2a3a in ?? ()
#700 0x303d676e in ?? ()
#701 0x35333b31 in ?? ()
#702 0x702e2a3a in ?? ()
#703 0x303d6d70 in ?? ()
#704 0x35333b31 in ?? ()
#705 0x742e2a3a in ?? ()
#706 0x303d6167 in ?? ()
#707 0x35333b31 in ?? ()
#708 0x742e2a3a in ?? ()
#709 0x303d6669 in ?? ()
#710 0x35333b31 in ?? ()
#711 0x782e2a3a in ?? ()
#712 0x303d6d62 in ?? ()
#713 0x35333b31 in ?? ()
#714 0x782e2a3a in ?? ()
#715 0x303d6d70 in ?? ()
#716 0x35333b31 in ?? ()
#717 0x642e2a3a in ?? ()
#718 0x31303d6c in ?? ()
#719 0x3a35333b in ?? ()
#720 0x6c672e2a in ?? ()
#721 0x3b31303d in ?? ()
#722 0x2a3a3533 in ?? ()
#723 0x6669612e in ?? ()
#724 0x30303d66 in ?? ()
#725 0x3a32333b in ?? ()
#726 0x75612e2a in ?? ()
#727 0x3b30303d in ?? ()
#728 0x2a3a3233 in ?? ()
#729 0x64696d2e in ?? ()
#730 0x3b30303d in ?? ()
#731 0x2a3a3233 in ?? ()
#732 0x33706d2e in ?? ()
#733 0x3b30303d in ?? ()
#734 0x2a3a3233 in ?? ()
#735 0x67676f2e in ?? ()
#736 0x3b30303d in ?? ()
#737 0x2a3a3233 in ?? ()
#738 0x636f762e in ?? ()
#739 0x3b30303d in ?? ()
#740 0x2a3a3233 in ?? ()
#741 0x7661772e in ?? ()
#742 0x3b30303d in ?? ()
#743 0x003a3233 in ?? ()
#744 0x4b534544 in ?? ()
#745 0x5f504f54 in ?? ()
#746 0x4e55414c in ?? ()
#747 0x6b3d4843 in ?? ()
#748 0x6f2d6564 in ?? ()
#749 0x006e6570 in ?? ()
#750 0x4e45504f in ?? ()
#751 0x484e4957 in ?? ()
#752 0x3d454d4f in ?? ()
#753 0x7273752f in ?? ()
#754 0x65706f2f in ?? ()
#755 0x6e69776e in ?? ()
#756 0x4c4e5800 in ?? ()
#757 0x54415053 in ?? ()
#758 0x752f3d48 in ?? ()
#759 0x582f7273 in ?? ()
#760 0x36523131 in ?? ()
#761 0x62696c2f in ?? ()
#762 0x3131582f in ?? ()
#763 0x736c6e2f in ?? ()
#764 0x43415900 in ?? ()
#765 0x79623d43 in ?? ()
#766 0x20636361 in ?? ()
#767 0x4800642d in ?? ()
#768 0x5454534f in ?? ()
#769 0x3d455059 in ?? ()
#770 0x36383369 in ?? ()
#771 0x48535300 in ?? ()
#772 0x5455415f in ?? ()
#773 0x4f535f48 in ?? ()
#774 0x2f3d4b43 in ?? ()
#775 0x2f706d74 in ?? ()
#776 0x2d687373 in ?? ()
#777 0x6b6c4552 in ?? ()
#778 0x35345744 in ?? ()
#779 0x612f3430 in ?? ()
#780 0x746e6567 in ?? ()
#781 0x3035342e in ?? ()
#782 0x45530034 in ?? ()
#783 0x4f495353 in ?? ()
#784 0x414d5f4e in ?? ()
#785 0x4547414e in ?? ()
#786 0x6f6c3d52 in ?? ()
#787 0x2f6c6163 in ?? ()
#788 0x6c70656b in ?? ()
#789 0x2f3a7265 in ?? ()
#790 0x2f706d74 in ?? ()
#791 0x4543492e in ?? ()
#792 0x696e752d in ?? ()
#793 0x37342f78 in ?? ()
#794 0x50003036 in ?? ()
#795 0x52454741 in ?? ()
#796 0x73656c3d in ?? ()
#797 0x444c0073 in ?? ()
#798 0x4357485f in ?? ()
#799 0x4d5f5041 in ?? ()
#800 0x3d4b5341 in ?? ()
#801 0x30327830 in ?? ()
#802 0x30303030 in ?? ()
#803 0x4b003030 in ?? ()
#804 0x4f534e4f in ?? ()
#805 0x445f454c in ?? ()
#806 0x3d504f43 in ?? ()
#807 0x504f4344 in ?? ()
#808 0x28666552 in ?? ()
#809 0x736e6f6b in ?? ()
#810 0x2d656c6f in ?? ()
#811 0x37333934 in ?? ()
#812 0x6e6f6b2c in ?? ()
#813 0x656c6f73 in ?? ()
#814 0x494d0029 in ?? ()
#815 0x4f43494e in ?? ()
#816 0x632d3d4d in ?? ()
#817 0x006e6f20 in ?? ()
#818 0x48544150 in ?? ()
#819 0x706f2f3d in ?? ()
#820 0x65742f74 in ?? ()
#821 0x75626d61 in ?? ()
#822 0x65646c69 in ?? ()
#823 0x69622f72 in ?? ()
#824 0x622f3a6e in ?? ()
#825 0x2f3a6e69 in ?? ()
#826 0x656d6f68 in ?? ()
#827 0x6e6f6b2f in ?? ()
#828 0x2f646c6f in ?? ()
#829 0x2f737663 in ?? ()
#830 0x632d7471 in ?? ()
#831 0x2f79706f in ?? ()
#832 0x3a6e6962 in ?? ()
#833 0x6d6f682f in ?? ()
#834 0x6f6b2f65 in ?? ()
#835 0x646c6f6e in ?? ()
#836 0x6e69622f in ?? ()
#837 0x706f2f3a in ?? ()
#838 0x65742f74 in ?? ()
#839 0x75626d61 in ?? ()
#840 0x65646c69 in ?? ()
#841 0x69622f72 in ?? ()
#842 0x622f3a6e in ?? ()
#843 0x2f3a6e69 in ?? ()
#844 0x656d6f68 in ?? ()
#845 0x6e6f6b2f in ?? ()
#846 0x2f646c6f in ?? ()
#847 0x2f737663 in ?? ()
#848 0x632d7471 in ?? ()
#849 0x2f79706f in ?? ()
#850 0x3a6e6962 in ?? ()
#851 0x6d6f682f in ?? ()
#852 0x6f6b2f65 in ?? ()
#853 0x646c6f6e in ?? ()
#854 0x6e69622f in ?? ()
#855 0x6f682f3a in ?? ()
#856 0x6b2f656d in ?? ()
#857 0x6c6f6e6f in ?? ()
#858 0x69622f64 in ?? ()
#859 0x752f3a6e in ?? ()
#860 0x6c2f7273 in ?? ()
#861 0x6c61636f in ?? ()
#862 0x6e69622f in ?? ()
#863 0x73752f3a in ?? ()
#864 0x69622f72 in ?? ()
#865 0x752f3a6e in ?? ()
#866 0x582f7273 in ?? ()
#867 0x36523131 in ?? ()
#868 0x6e69622f in ?? ()
#869 0x69622f3a in ?? ()
#870 0x752f3a6e in ?? ()
#871 0x672f7273 in ?? ()
#872 0x73656d61 in ?? ()
#873 0x706f2f3a in ?? ()
#874 0x6e672f74 in ?? ()
#875 0x2f656d6f in ?? ()
#876 0x3a6e6962 in ?? ()
#877 0x74706f2f in ?? ()
#878 0x65646b2f in ?? ()
#879 0x69622f33 in ?? ()
#880 0x752f3a6e in ?? ()
#881 0x6c2f7273 in ?? ()
#882 0x6a2f6269 in ?? ()
#883 0x6a2f6d76 in ?? ()
#884 0x622f6572 in ?? ()
#885 0x2f3a6e69 in ?? ()
#886 0x2f727375 in ?? ()
#887 0x622f584e in ?? ()
#888 0x44006e69 in ?? ()
#889 0x544b5345 in ?? ()
#890 0x535f504f in ?? ()
#891 0x49535345 in ?? ()
#892 0x773d4e4f in ?? ()
#893 0x656b616d in ?? ()
#894 0x4e470072 in ?? ()
#895 0x44454d4f in ?? ()
#896 0x2f3d5249 in ?? ()
#897 0x2f74706f in ?? ()
#898 0x6d6f6e67 in ?? ()
#899 0x50430065 in ?? ()
#900 0x36693d55 in ?? ()
#901 0x4b003638 in ?? ()
#902 0x415f4d44 in ?? ()
#903 0x4c4f5455 in ?? ()
#904 0x4e49474f in ?? ()
#905 0x6e6f6b3d in ?? ()
#906 0x00646c6f in ?? ()
#907 0x4156414a in ?? ()
#908 0x4e49425f in ?? ()
#909 0x3d524944 in ?? ()
#910 0x7273752f in ?? ()
#911 0x62696c2f in ?? ()
#912 0x6d766a2f in ?? ()
#913 0x65726a2f in ?? ()
#914 0x6e69622f in ?? ()
#915 0x44584e00 in ?? ()
#916 0x2f3d5249 in ?? ()
#917 0x2f727375 in ?? ()
#918 0x4b00584e in ?? ()
#919 0x4f534e4f in ?? ()
#920 0x445f454c in ?? ()
#921 0x5f504f43 in ?? ()
#922 0x53534553 in ?? ()
#923 0x3d4e4f49 in ?? ()
#924 0x504f4344 in ?? ()
#925 0x28666552 in ?? ()
#926 0x736e6f6b in ?? ()
#927 0x2d656c6f in ?? ()
#928 0x37333934 in ?? ()
#929 0x7365732c in ?? ()
#930 0x6e6f6973 in ?? ()
#931 0x0029332d in ?? ()
#932 0x3d445750 in ?? ()
#933 0x6d6f682f in ?? ()
#934 0x6f6b2f65 in ?? ()
#935 0x646c6f6e in ?? ()
#936 0x504e4900 in ?? ()
#937 0x43525455 in ?? ()
#938 0x74652f3d in ?? ()
#939 0x6e692f63 in ?? ()
#940 0x72747570 in ?? ()
#941 0x414a0063 in ?? ()
#942 0x485f4156 in ?? ()
#943 0x3d454d4f in ?? ()
#944 0x7273752f in ?? ()
#945 0x62696c2f in ?? ()
#946 0x6d766a2f in ?? ()
#947 0x65726a2f in ?? ()
#948 0x4e414c00 in ?? ()
#949 0x65643d47 in ?? ()
#950 0x2e45445f in ?? ()
#951 0x2d465455 in ?? ()
#952 0x444b0038 in ?? ()
#953 0x53495f45 in ?? ()
#954 0x4552505f in ?? ()
#955 0x4b4e494c in ?? ()
#956 0x313d4445 in ?? ()
#957 0x54595000 in ?? ()
#958 0x534e4f48 in ?? ()
#959 0x54524154 in ?? ()
#960 0x2f3d5055 in ?? ()
#961 0x2f637465 in ?? ()
#962 0x68747970 in ?? ()
#963 0x74736e6f in ?? ()
#964 0x00747261 in ?? ()
#965 0x45534e55 in ?? ()
#966 0x4b414d52 in ?? ()
#967 0x682f3d45 in ?? ()
#968 0x2f656d6f in ?? ()
#969 0x6f6e6f6b in ?? ()
#970 0x632f646c in ?? ()
#971 0x6b2f7376 in ?? ()
#972 0x6f6e6564 in ?? ()
#973 0x7465626e in ?? ()
#974 0x6e752f61 in ?? ()
#975 0x6d726573 in ?? ()
#976 0x2f656b61 in ?? ()
#977 0x65736e75 in ?? ()
#978 0x6b616d72 in ?? ()
#979 0x45540065 in ?? ()
#980 0x504e4958 in ?? ()
#981 0x3d535455 in ?? ()
#982 0x6f682f3a in ?? ()
#983 0x6b2f656d in ?? ()
#984 0x6c6f6e6f in ?? ()
#985 0x542e2f64 in ?? ()
#986 0x2f3a5865 in ?? ()
#987 0x2f727375 in ?? ()
#988 0x72616873 in ?? ()
#989 0x6f642f65 in ?? ()
#990 0x542e2f63 in ?? ()
#991 0x2f3a5865 in ?? ()
#992 0x2f727375 in ?? ()
#993 0x2f636f64 in ?? ()
#994 0x5865542e in ?? ()
#995 0x41455400 in ?? ()
#996 0x4955424d in ?? ()
#997 0x5245444c in ?? ()
#998 0x5f43435f in ?? ()
#999 0x53524556 in ?? ()
#1000 0x3d4e4f49 in ?? ()
#1001 0x2a332e33 in ?? ()
#1002 0x4d4f4800 in ?? ()
#1003 0x682f3d45 in ?? ()
#1004 0x2f656d6f in ?? ()
#1005 0x6f6e6f6b in ?? ()
#1006 0x5300646c in ?? ()
#1007 0x4c564c48 in ?? ()
#1008 0x4f00323d in ?? ()
#1009 0x50595453 in ?? ()
#1010 0x696c3d45 in ?? ()
#1011 0x0078756e in ?? ()
#1012 0x5353454c in ?? ()
#1013 0x5644415f in ?? ()
#1014 0x45434e41 in ?? ()
#1015 0x52505f44 in ?? ()
#1016 0x4f525045 in ?? ()
#1017 0x53534543 in ?? ()
#1018 0x6e3d524f in ?? ()
#1019 0x4358006f in ?? ()
#1020 0x4f535255 in ?? ()
#1021 0x48545f52 in ?? ()
#1022 0x3d454d45 in ?? ()
#1023 0x73797263 in ?? ()
#1024 0x626c6174 in ?? ()
#1025 0x0065756c in ?? ()
#1026 0x4f5f534c in ?? ()
#1027 0x4f495450 in ?? ()
#1028 0x2d3d534e in ?? ()
#1029 0x2d2d204e in ?? ()
#1030 0x6f6c6f63 in ?? ()
#1031 0x74743d72 in ?? ()
#1032 0x542d2079 in ?? ()
#1033 0x43003020 in ?? ()
#1034 0x47414c46 in ?? ()
#1035 0x7a2d3d53 in ?? ()
#1036 0x6d6f6320 in ?? ()
#1037 0x6c657262 in ?? ()
#1038 0x2d20636f in ?? ()
#1039 0x696c616d in ?? ()
#1040 0x662d6e67 in ?? ()
#1041 0x74636e75 in ?? ()
#1042 0x736e6f69 in ?? ()
#1043 0x2d20343d in ?? ()
#1044 0x6e61666d in ?? ()
#1045 0x6d2d7963 in ?? ()
#1046 0x2d687461 in ?? ()
#1047 0x20373833 in ?? ()
#1048 0x20334f2d in ?? ()
#1049 0x72616d2d in ?? ()
#1050 0x693d6863 in ?? ()
#1051 0x20363836 in ?? ()
#1052 0x70636d2d in ?? ()
#1053 0x36693d75 in ?? ()
#1054 0x57003638 in ?? ()
#1055 0x4f444e49 in ?? ()
#1056 0x4e414d57 in ?? ()
#1057 0x52454741 in ?? ()
#1058 0x73752f3d in ?? ()
#1059 0x31582f72 in ?? ()
#1060 0x2f365231 in ?? ()
#1061 0x2f6e6962 in ?? ()
#1062 0x646e6977 in ?? ()
#1063 0x616d776f in ?? ()
#1064 0x0072656b in ?? ()
#1065 0x5f4b5447 in ?? ()
#1066 0x48544150 in ?? ()
#1067 0x73752f3d in ?? ()
#1068 0x6f6c2f72 in ?? ()
#1069 0x2f6c6163 in ?? ()
#1070 0x2f62696c in ?? ()
#1071 0x2d6b7467 in ?? ()
#1072 0x3a302e32 in ?? ()
#1073 0x74706f2f in ?? ()
#1074 0x6f6e672f in ?? ()
#1075 0x6c2f656d in ?? ()
#1076 0x672f6269 in ?? ()
#1077 0x322d6b74 in ?? ()
#1078 0x2f3a302e in ?? ()
#1079 0x2f727375 in ?? ()
#1080 0x2f62696c in ?? ()
#1081 0x2d6b7467 in ?? ()
#1082 0x00302e32 in ?? ()
#1083 0x4e474f4c in ?? ()
#1084 0x3d454d41 in ?? ()
#1085 0x6f6e6f6b in ?? ()
#1086 0x4d00646c in ?? ()
#1087 0x54484341 in ?? ()
#1088 0x3d455059 in ?? ()
#1089 0x36383669 in ?? ()
#1090 0x7375732d in ?? ()
#1091 0x696c2d65 in ?? ()
#1092 0x0078756e in ?? ()
#1093 0x5353454c in ?? ()
#1094 0x204d2d3d in ?? ()
#1095 0x5400492d in ?? ()
#1096 0x424d4145 in ?? ()
#1097 0x444c4955 in ?? ()
#1098 0x435f5245 in ?? ()
#1099 0x52504d4f in ?? ()
#1100 0x3d535345 in ?? ()
#1101 0x56430031 in ?? ()
#1102 0x53525f53 in ?? ()
#1103 0x73733d48 in ?? ()
#1104 0x43410068 in ?? ()
#1105 0x41434f4c in ?? ()
#1106 0x4c465f4c in ?? ()
#1107 0x3d534741 in ?? ()
#1108 0x2f20492d in ?? ()
#1109 0x2f74706f in ?? ()
#1110 0x6d6f6e67 in ?? ()
#1111 0x68732f65 in ?? ()
#1112 0x2f657261 in ?? ()
#1113 0x6f6c6361 in ?? ()
#1114 0x006c6163 in ?? ()
#1115 0x5353454c in ?? ()
#1116 0x4e45504f in ?? ()
#1117 0x73656c3d in ?? ()
#1118 0x65706f73 in ?? ()
#1119 0x68732e6e in ?? ()
#1120 0x00732520 in ?? ()
#1121 0x5f474b50 in ?? ()
#1122 0x464e4f43 in ?? ()
#1123 0x505f4749 in ?? ()
#1124 0x3d485441 in ?? ()
#1125 0x7273752f in ?? ()
#1126 0x636f6c2f in ?? ()
#1127 0x6c2f6c61 in ?? ()
#1128 0x702f6269 in ?? ()
#1129 0x6f63676b in ?? ()
#1130 0x6769666e in ?? ()
#1131 0x73752f3a in ?? ()
#1132 0x696c2f72 in ?? ()
#1133 0x6b702f62 in ?? ()
#1134 0x6e6f6367 in ?? ()
#1135 0x3a676966 in ?? ()
#1136 0x74706f2f in ?? ()
#1137 0x6f6e672f in ?? ()
#1138 0x6c2f656d in ?? ()
#1139 0x702f6269 in ?? ()
#1140 0x6f63676b in ?? ()
#1141 0x6769666e in ?? ()
#1142 0x45535500 in ?? ()
#1143 0x4d41465f in ?? ()
#1144 0x4e49003d in ?? ()
#1145 0x41504f46 in ?? ()
#1146 0x2f3d4854 in ?? ()
#1147 0x2f727375 in ?? ()
#1148 0x61636f6c in ?? ()
#1149 0x6e692f6c in ?? ()
#1150 0x2f3a6f66 in ?? ()
#1151 0x2f727375 in ?? ()
#1152 0x72616873 in ?? ()
#1153 0x6e692f65 in ?? ()
#1154 0x2f3a6f66 in ?? ()
#1155 0x2f727375 in ?? ()
#1156 0x6f666e69 in ?? ()
#1157 0x706f2f3a in ?? ()
#1158 0x6e672f74 in ?? ()
#1159 0x2f656d6f in ?? ()
#1160 0x72616873 in ?? ()
#1161 0x6e692f65 in ?? ()
#1162 0x44006f66 in ?? ()
#1163 0x4c505349 in ?? ()
#1164 0x3a3d5941 in ?? ()
#1165 0x00302e30 in ?? ()
#1166 0x5353454c in ?? ()
#1167 0x534f4c43 in ?? ()
#1168 0x656c3d45 in ?? ()
#1169 0x6c637373 in ?? ()
#1170 0x2e65736f in ?? ()
#1171 0x25206873 in ?? ()
#1172 0x73252073 in ?? ()
#1173 0x425f4700 in ?? ()
#1174 0x454b4f52 in ?? ()
#1175 0x49465f4e in ?? ()
#1176 0x414e454c in ?? ()
#1177 0x3d53454d in ?? ()
#1178 0x4f430031 in ?? ()
#1179 0x54524f4c in ?? ()
#1180 0x3d4d5245 in ?? ()
#1181 0x56414a00 in ?? ()
#1182 0x4f525f41 in ?? ()
#1183 0x2f3d544f in ?? ()
#1184 0x2f727375 in ?? ()
#1185 0x2f62696c in ?? ()
#1186 0x2f6d766a in ?? ()
#1187 0x0065726a in ?? ()
#1188 0x752f3d5f in ?? ()
#1189 0x622f7273 in ?? ()
#1190 0x762f6e69 in ?? ()
#1191 0x72676c61 in ?? ()
#1192 0x00646e69 in ?? ()
#1193 0x50444c4f in ?? ()
#1194 0x2f3d4457 in ?? ()
#1195 0x656d6f68 in ?? ()
#1196 0x6e6f6b2f in ?? ()
#1197 0x2f646c6f in ?? ()
#1198 0x75636f44 in ?? ()
#1199 0x746e656d in ?? ()
#1200 0x752f0073 in ?? ()
#1201 0x622f7273 in ?? ()
#1202 0x762f6e69 in ?? ()
#1203 0x72676c61 in ?? ()
#1204 0x00646e69 in ?? ()
#1205 0x00000000 in ?? ()
Comment 8 Ingo Klöcker 2005-02-05 20:17:09 UTC
CVS commit by kloecker: 

Argh. If I just get the message then the message is deleted when the folder is closed. So I better detach it from the folder.
BUG:98483


  M +1 -1      kmkernel.cpp   1.323


--- kdepim/kmail/kmkernel.cpp  #1.322:1.323
@@ -949,5 +949,5 @@ void KMKernel::recoverDeadLetters()
   const int num = folder.count();
   for ( int i = 0; i < num; i++ ) {
-    KMMessage *msg = folder.getMsg( i );
+    KMMessage *msg = folder.take( 0 );
     if ( msg ) {
       KMComposeWin *win = new KMComposeWin();


Comment 9 Ingo Klöcker 2005-02-05 20:21:49 UTC
So Martin was right after all.