View Single Post
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#32
Can give you output of strace (or rather the last few lines that cause the error)

Code:

stat64("/usr/lib/browser/plugins/libflashplayer.so", {st_mode=S_IFREG|0644, st_size=6723876, ...}) = 0
stat64("/usr/lib/browser/plugins/libflashplayer.so", {st_mode=S_IFREG|0644, st_size=6723876, ...}) = 0
stat64("/home/user/.config/Unknown Organization.conf", {st_mode=S_IFREG|0644, st_size=30, ...}) = 0
stat64("/home/user/.config/Unknown Organization.conf", {st_mode=S_IFREG|0644, st_size=30, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=58, ...}) = 0
stat64("/etc/xdg/Unknown Organization.conf", 0xbeeec1a0) = -1 ENOENT (No such file or directory)
stat64("/etc/xdg/Unknown Organization.conf", 0x252a50) = -1 ENOENT (No such file or directory)
Looks like its checking for a file and not finding it and hello segfault.
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900

 

The Following User Says Thank You to Bratag For This Useful Post: