Comment 5 for bug 287241

Revision history for this message
Sam Devol (support-samdevol) wrote :

Still an issue.

I ran tomboy --debug &> tomboy.txt and tomboy.txt quickly filled up (after a few minutes it was over 20MB). Only the first 15 lines contained unique information; The last line here was repeated throughout the whole file.
---------------begin tomboy.txt-------------------------
** Running Mono with --debug **
[DEBUG]: NoteManager created with note path "/home/sam/.tomboy".
[INFO]: Initializing Mono.Addins
Stack overflow in unmanaged: IP: 0x81138dc, fault addr: 0xbf3cdffc
Stack overflow: IP: 0xb80c2422, fault addr: 0xbf3c5ffc
At Unmanaged
Stacktrace:

  at (wrapper managed-to-native) System.IO.MonoIO.Read (intptr,byte[],int,int,System.IO.MonoIOError&) <0x00004>
  at (wrapper managed-to-native) System.IO.MonoIO.Read (intptr,byte[],int,int,System.IO.MonoIOError&) <0xffffffff>
  at System.IO.FileStream.ReadData (intptr,byte[],int,int) <0x00028>
  at System.IO.FileStream.RefillBuffer () <0x00022>
  at System.IO.FileStream.ReadByte () <0x0007a>
  at Mono.Addins.Serialization.BinaryXmlReader.ReadNext () <0x0001f>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <0x00049>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <0x00055>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <0x00055>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <0x00055>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <0x00055>
---------------last line repeated ad infinitum--------------------------------

Hope this helps.