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 453264 - Segfault in 1.4.4, regression from 1.4.3
Segfault in 1.4.4, regression from 1.4.3
Status: RESOLVED DUPLICATE of bug 450722
Product: libgsf
Classification: Core
Component: General
unspecified
Other All
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-07-02 23:56 UTC by Christian Grothoff
Modified: 2007-07-15 02:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Grothoff 2007-07-02 23:56:31 UTC
Steps to reproduce:
1. This was reported against GNU libextractor in our bugtracking system
2. https://gnunet.org/mantis/view.php?id=1241
3. 


Stack trace:
open("/usr/lib/libextractor/libextractor_nsf.la", O_RDONLY) = 3
 fstat64(3, {st_mode=S_IFREG|0644, st_size=990, ...}) = 0
 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aba000
 read(3, "# libextractor_nsf.la - a libtoo"..., 4096) = 990
 read(3, "", 4096) = 0
 close(3) = 0
 munmap(0xb7aba000, 4096) = 0
 open("/usr/lib/libextractor/libextractor_nsf.so", O_RDONLY) = 3
 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\3\0"..., 512) = 512
 fstat64(3, {st_mode=S_IFREG|0644, st_size=3832, ...}) = 0
 mmap2(NULL, 6800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7893000
 mmap2(0xb7894000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0xb7894000
 close(3) = 0
 stat64("/usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf", {st_mode=S_IFREG|0644, st_size=19797, ...}) = 0
 open("/usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf", O_RDONLY|O_LARGEFILE) = 3
 mmap2(NULL, 19797, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb788e000
 open("/usr/lib/charset.alias", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 write(2, "\n** (process:5114): CRITICAL **:"..., 106
 ** (process:5114): CRITICAL **: gsf_input_memory_get_type: assertion `gsf_input_memory_type != 0' failed
 ) = 106
 write(2, "\n(process:5114): GLib-GObject-CR"..., 107
 (process:5114): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
 ) = 107
 write(2, "\n** (process:5114): CRITICAL **:"..., 108
 ** (process:5114): CRITICAL **: gsf_shared_memory_get_type: assertion `gsf_shared_memory_type != 0' failed
 ) = 108
 write(2, "\n(process:5114): GLib-GObject-CR"..., 107
 (process:5114): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
 ) = 107
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
 +++ killed by SIGSEGV +++
 Process 5114 detached 

Other information:
You can probably ask the reporter on the GNUnet mantis system for more information.
Comment 1 Jody Goldberg 2007-07-15 02:43:53 UTC
Hopefully fixed with the reversion of the gsf_dynamic_init code that was tweaking threading problems in glib.

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