Subject: X programs
To: None <current-users@netbsd.org, port-sparc64@netbsd.org>
From: Amadeus Stevenson <amadeus.stevenson@gmail.com>
List: current-users
Date: 06/23/2005 11:15:15
Hello all,

I've spent the better part of this week trying to test some "useful"
if not "heavy" X apps:

gedit
galeon
firefox
firefox-gtk1
mozilla-gtk2

I've managed to compile all of the above from pkgsrc on an ultra5/400mhz:

NetBSD sparc 3.99.6 NetBSD 3.99.6 (GENERIC) #0: Sun Jun 19 16:08:44
UTC 2005  jmc@faith.netbsd.org:/home/builds/ab/HEAD/sparc64/200506180000Z-o=
bj/home/builds/ab/HEAD/src/sys/arch/sparc64/compile/GENERIC
sparc64

Both firefox's load initially, but then core dump (memory fault or bus
error) fairly soon. There's nothing particular that forces them to do
this, as sometimes I can access pages that would core dump previously.

However mozilla, gedit and galeon never manage to load before core dumping.

All of them have:

thread_resume_suspend_cb: td_thr_suspend(0x459840): generic error.
[Switching to LWP 1]
Stopped due to shared library event
(gdb) cont
Continuing.
thread_resume_suspend_cb: td_thr_suspend(0x459840): generic error.
0x000000004030530c in _rtld_debug_state () from /usr/libexec/ld.elf_so

Is the same problem as:
http://mail-index.netbsd.org/port-sparc64/2005/06/21/0011.html?

Does anyone else have these apps running OK?

Thanks

Amadeus