After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 79462 - failed assertion in g_string_append()
failed assertion in g_string_append()
Status: RESOLVED DUPLICATE of bug 78197
Product: glib
Classification: Platform
Component: general
2.0.x
Other other
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 80435
 
 
Reported: 2002-04-22 06:00 UTC by jacob berkman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
potential fix (536 bytes, patch)
2002-04-22 06:01 UTC, jacob berkman
none Details | Review

Description jacob berkman 2002-04-22 06:00:25 UTC
g_log_default_handler() can pass a NULL string to g_string_append() if the
g_convert() call fails on its message.

attaching a fix which shows the problem (although you probably want to do
something different)
Comment 1 jacob berkman 2002-04-22 06:01:22 UTC
Created attachment 7848 [details] [review]
potential fix
Comment 2 Owen Taylor 2002-05-07 15:35:35 UTC

*** This bug has been marked as a duplicate of 78197 ***