Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 385885

Summary: [gnome-overlay] gnome-documents-0.2.0 crashes on startup
Product: Gentoo Linux Reporter: t3eblinder
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 387957    
Attachments: gdb backtrace.
gdb backtrace after updating util-linux

Description t3eblinder 2011-10-06 18:07:31 UTC
Crash on start of the application.

Reproducible: Always

Steps to Reproduce:
1. Open gnome-documents
2.
3.
Actual Results:  
Application crashes with a segfault.

Expected Results:  
Application starts :-)
Comment 1 t3eblinder 2011-10-06 18:08:24 UTC
Created attachment 289007 [details]
gdb backtrace.
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-10-06 18:29:01 UTC
util-linux maintainers, the segfault appears to be in line 156 in libuuid's get_random_fd() function:

    jrand_seed[0] = getpid() ^ (tv.tv_sec & 0xFFFF);

Any idea what could be causing this?
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-10-27 05:03:19 UTC
Can you still reproduce with gnome-documents-0.2.1, tracker-0.12.6, and util-linux-2.20.1?
Comment 4 t3eblinder 2011-10-27 09:00:13 UTC
I can still reproduce this.

1.) updated to util-linux-2.20.1 (did not work)
2.) revdep-rebuild did not found any broken links, so I re-emerged gjs and gnome-documents. (get almost the same backtrace)
Comment 5 t3eblinder 2011-10-27 09:00:55 UTC
Created attachment 290987 [details]
gdb backtrace after updating util-linux
Comment 6 Pacho Ramos gentoo-dev 2011-12-17 15:09:40 UTC
Still valid with updated system using packages from main tree?
Comment 7 t3eblinder 2011-12-19 10:27:52 UTC
The bug is gone. It opens fine!