Changes between Initial Version and Version 4 of Ticket #5596


Ignore:
Timestamp:
Mar 19, 2010, 10:52:27 AM (14 years ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5596

    • Property Summary calling BMessage::PrintToStream() on an archived BPicture causes a crashBMessage::PrintToStream() can crash
  • Ticket #5596 – Description

    initial v4  
    1 This can be reproduced by uncommenting the message.PrintToStream() calls in the PictureTest (src/tests/kits/interface/picture/PictureTest.cpp).
    2 Did not happen when I wrote the test app.
     1This can be reproduced by adding a string, an int32 and an int8 (in that order) to a BMessage and then calling PrintToStream().