Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485124 - app-office/dia-0.97.2-r1 - segfaults at start
Summary: app-office/dia-0.97.2-r1 - segfaults at start
Status: RESOLVED DUPLICATE of bug 469040
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: gnome-3.8
  Show dependency tree
 
Reported: 2013-09-16 19:24 UTC by Mario Kicherer
Modified: 2013-09-22 10:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dia glib patch (dia.patch,3.66 KB, patch)
2013-09-16 19:25 UTC, Mario Kicherer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Kicherer 2013-09-16 19:24:21 UTC
dia-0.97.2-r1 segfaults with the following message:

Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
sys:1: Warning: attempting to add an interface (DiaInteractiveRendererInterface) to class (DiaGdkRenderer) after class_init

** (dia:15945): CRITICAL **: dia_renderer_set_size: assertion `irenderer != NULL' failed

** (dia:15945): CRITICAL **: dia_renderer_set_size: assertion `irenderer != NULL' failed
Segmentation fault

According to the following patch that fixes this issue this happens with newer glib versions: https://build.opensuse.org/package/view_file/openSUSE:Factory/dia/dia-glib-2.35.patch?rev=24cf757b766c4023926760ff77985e47

Works for me on AMD64.

Reproducible: Always
Comment 1 Mario Kicherer 2013-09-16 19:25:02 UTC
Created attachment 358816 [details, diff]
dia glib patch
Comment 2 Mario Kicherer 2013-09-16 19:28:49 UTC
Ah, I forgot, I'm using unstable glib-2.36.3-r2.
Comment 3 Mario Kicherer 2013-09-16 19:34:52 UTC
The patch is also required with latest glib-2.36.4-r1.
Comment 4 Alexander Tsoy 2013-09-17 19:26:43 UTC
Dublicate of bug 469040
Comment 5 Joachim Bartosik (RETIRED) gentoo-dev 2013-09-20 21:11:46 UTC
Happens to me too

(dia:1002): GLib-WARNING **: A group named "gtk" is already part of this GOptionContext
sys:1: Warning: attempting to add an interface (DiaInteractiveRendererInterface) to class (DiaGdkRenderer) after class_init

** (dia:1002): CRITICAL **: dia_renderer_set_size: assertion `irenderer != NULL' failed

** (dia:1002): CRITICAL **: dia_renderer_set_size: assertion `irenderer != NULL' failed
Segmentation fault
Comment 6 Pacho Ramos gentoo-dev 2013-09-22 10:55:32 UTC

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