Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385885 - [gnome-overlay] gnome-documents-0.2.0 crashes on startup
Summary: [gnome-overlay] gnome-documents-0.2.0 crashes on startup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome3.2
  Show dependency tree
 
Reported: 2011-10-06 18:07 UTC by t3eblinder
Modified: 2011-12-19 10:51 UTC (History)
1 user (show)

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


Attachments
gdb backtrace. (gnome-documents-gdb.backtrace,9.96 KB, text/plain)
2011-10-06 18:08 UTC, t3eblinder
Details
gdb backtrace after updating util-linux (gdb-output-gnome-documents.backtrace,10.91 KB, text/plain)
2011-10-27 09:00 UTC, t3eblinder
Details

Note You need to log in before you can comment on or make changes to this bug.
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!