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 169367 - Association with empty name gives assertion failures
Association with empty name gives assertion failures
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: objects
CVS head
Other Linux
: Normal major
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-06 09:35 UTC by Lars Clausen
Modified: 2005-03-20 19:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lars Clausen 2005-03-06 09:35:06 UTC
Create a diagram.
Add a UML - Assertion object.
Open the properties dialog for it.
Press Apply and this appears in the console:
(lt-dia:12743): GLib-CRITICAL **: file gstrfuncs.c: line 1915 (g_strdelimit):
assertion `string != NULL' failed
Write something in the name entry field.
Press Apply and nothing appears in the console.
Comment 1 Hans Breuer 2005-03-12 13:11:50 UTC
As noted elsewhere GLib-CRITICAL is almost turned into crashing whit a less
instrumented GLib build. So this is hardly 'minor'.
Comment 2 Hans Breuer 2005-03-20 19:38:51 UTC
2005-03-19  Hans Breuer  <hans@breuer.org>

	* lib/prop_text.c : don't try to g_strdelimit(NULL), fixes bug #169367