bp-4b752274-d8a5-4083-9003-086292130713
0       xul.dll morkWriter::PutRowDict  db/mork/src/morkWriter.cpp:1854
1       xul.dll morkWriter::PutTableDict        db/mork/src/morkWriter.cpp:1423
2       xul.dll morkWriter::WriteAllStoreTables db/mork/src/morkWriter.cpp:1074
3       xul.dll morkWriter::OnStoreRowSpacesTables      
db/mork/src/morkWriter.cpp:1154
4       xul.dll morkWriter::WriteMore   db/mork/src/morkWriter.cpp:345
5       xul.dll morkThumb::DoMore_Commit        db/mork/src/morkThumb.cpp:478
6       xul.dll morkThumb::DoMore       db/mork/src/morkThumb.cpp:372
7       xul.dll morkThumb::DoMore       db/mork/src/morkThumb.cpp:157
8       xul.dll nsMsgDatabase::Commit   
mailnews/db/msgdb/src/nsMsgDatabase.cpp:1588
9       xul.dll nsMsgDBFolder::SetStringProperty        
mailnews/base/util/nsMsgDBFolder.cpp:2192
10      xul.dll nsMsgDBFolder::SetMRUTime       
mailnews/base/util/nsMsgDBFolder.cpp:5726
11      xul.dll nsMsgDBFolder::SetHasNewMessages        
mailnews/base/util/nsMsgDBFolder.cpp:483
12      xul.dll nsMsgDBFolder::OnHdrAdded       
mailnews/base/util/nsMsgDBFolder.cpp:1067
13      xul.dll nsMsgDatabase::NotifyHdrAddedAll        
mailnews/db/msgdb/src/nsMsgDatabase.cpp:875
14      xul.dll nsMsgDatabase::AddNewHdrToDB    
mailnews/db/msgdb/src/nsMsgDatabase.cpp:3551
15      xul.dll nsParseNewMailState::PublishMsgHeader   
mailnews/local/src/nsParseMailbox.cpp:1915
16      xul.dll nsParseNewMailState::DoneParsingFolder  
mailnews/local/src/nsParseMailbox.cpp:1810
17      xul.dll nsMsgMailboxParser::OnStopRequest       
mailnews/local/src/nsParseMailbox.cpp:166
18      xul.dll nsMsgLocalMailFolder::AddMessageBatch   
mailnews/local/src/nsLocalMailFolder.cpp:3551
19      xul.dll nsMsgLocalMailFolder::AddMessage        
mailnews/local/src/nsLocalMailFolder.cpp:3486 

matjk7@8377 1835 mork_bool
matjk7@8377 1836 morkWriter::PutRowDict(morkEnv* ev, morkRow* ioRow)
matjk7@8377 1837 {
matjk7@8377 1838 mWriter_RowForm = mWriter_TableForm;
matjk7@8377 1839
matjk7@8377 1840 morkCell* cells = ioRow->mRow_Cells;
matjk7@8377 1841 if ( cells )
matjk7@8377 1842 {
matjk7@8377 1843 morkStream* stream = mWriter_Stream;
matjk7@8377 1844 mdbYarn yarn; // to ref content inside atom
matjk7@8377 1845 char buf[ 64 ]; // buffer for staging the dict alias hex ID
matjk7@8377 1846 char* idBuf = buf + 1; // where the id always starts
matjk7@8377 1847 buf[ 0 ] = '('; // we always start with open paren
matjk7@8377 1848
matjk7@8377 1849 morkCell* end = cells + ioRow->mRow_Length;
matjk7@8377 1850 --cells; // prepare for preincrement:
matjk7@8377 1851 while ( ++cells < end && ev->Good() )
matjk7@8377 1852 {
matjk7@8377 1853 morkAtom* atom = cells->GetAtom();
matjk7@8377 1854 if ( atom && atom->IsAtomDirty() )

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/279750

Title:
  thunderbird-bin crashed with SIGSEGV @morkWriter::PutRowDict

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: thunderbird

  Thunderbird wasn't even the active window when it crashed. I assume it
  was doing a regular check for new mail when it crashed.

  (I'm hoping that apport adds the log automatically to this bug report
  :) )

  ProblemType: Crash
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/lib/thunderbird/thunderbird-bin
  Package: thunderbird 2.0.0.17+nobinonly-0ubuntu1
  ProcAttrCurrent: unconfined
  ProcCmdline: /usr/lib/thunderbird/thunderbird-bin
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: thunderbird
  StacktraceTop:
   ?? () from /usr/lib/thunderbird/components/libmork.so
   ?? () from /usr/lib/thunderbird/components/libmork.so
   ?? () from /usr/lib/thunderbird/components/libmork.so
   ?? () from /usr/lib/thunderbird/components/libmork.so
   ?? () from /usr/lib/thunderbird/components/libmork.so
  Title: thunderbird-bin crashed with SIGSEGV
  Uname: Linux 2.6.27-6-generic i686
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/279750/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to