On Wed, Jun 25, 2008 at 04:56:50PM +0200, Daniel wrote:
> Package: iceweasel
> Version: 3.0~rc2-2
> Followup-For: Bug #486354
> 
> 
> Output of strace:
> 
> access("/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml", F_OK) = 0
> access("/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml", F_OK) = 0
> open("/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml", O_RDONLY) = 51
> stat("/home/x/.mozilla/firefox/tf0y1sp1.default/blocklist.xml", 
> {st_mode=S_IFREG|0644, st_size=1338, ...}) = 0
> stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
> stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
> read(51, "<?xml version=\"1.0\"?>\n<blocklist"..., 4096) = 1338
> futex(0x7fffc74a2f0c, 0x85 /* FUTEX_??? */, 1) = 1
> futex(0x7fffc74a2f0c, 0x85 /* FUTEX_??? */, 1) = 1
> close(51)                               = 0
> stat("/usr/lib/iceweasel/xulrunner/components/plugin.xpt", 
> {st_mode=S_IFREG|0644, st_size=5589, ...}) = 0
> open("/usr/lib/iceweasel/xulrunner/components/plugin.xpt", O_RDONLY) = 51
> read(51, "XPCOM\nTypeLib\r\n\32\1\2\0%\0\0\25\325\0\0\0\"\0\0\5\351"..., 
> 5589) = 5589
> close(51)                               = 0
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> unlink("/home/x/.mozilla/firefox/tf0y1sp1.default/lock") = 0
> rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
> rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0
> tgkill(9195, 9195, SIGSEGV)             = 0
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> Process 9195 detached
> 
> 
> I also removed the previous ~USER/.mozilla directory, no changes. When I 
> lauch iceweasel, I see the main windows opened and see that the link 
> http://www.mozilla.org/projects/granparadiso is searched. In my preferences, 
> I have set blank page for startup.

Can you install gdb and iceweasel-dbg, run iceweasel -g, type "run" at
prompt, wait for the crash, then type "bt full" and send the output
here?

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to