On 4/7/06, Justin Pryzby <[EMAIL PROTECTED]> wrote:
> Does this problem exist with recent firefox packages? Paul Brook on
> #debian-arm said that this fixed itself some time ago.
>
> If so, could you try to give details about the specific illegal
> instruction? Perhaps running it under gdb will be sufficient:
>
> gdb /usr/lib/firefox/firefox-bin
> set environment LD_LIBRARY_PATH=/usr/lib/firefox
> run
Hi, I'm the original submitter.
Confirmed. The first time I run it I get a window asknig me whether to
import settings or not, then exactly the same result (except it's LWP
12892)
(gdb) backtrace
#0 0xfb000010 in ?? ()
#1 0x000874d8 in ?? ()
Cannot access memory at address 0x0
(gdb) continue
Continuing.
[Thread 49156 (LWP 12902) exited]
[Thread 65541 (LWP 12904) exited]
[Thread 81926 (LWP 12905) exited]
[Thread 98311 (LWP 12906) exited]
Program received signal SIGSEGV, Segmentation fault.
0x40ca08c4 in kill () from /lib/libc.so.6
(gdb)
If it would be helpful, you can run further tests on the real system
by logging in from an X terminal session with
ssh -X [EMAIL PROTECTED]
Password: friend
This is an ARM920T 64MB RAM with swap and USB pen mass storage
running Debian sarge testing/stable updated today. It won't be
amazingly fast running to a remote X server over the net, but this may
allow you to get more specific info.
M