Subject: apache & threads
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 02/09/2003 15:14:50
I just tried cvs apache on -current/i386 => it tries to use native threads,
but I get:

ns2dhcp000# gdb `which httpd`
GNU gdb 5.0nb1
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386--netbsdelf"...
(gdb) run
Starting program: /usr/local/sbin/httpd 

Program exited normally.
nbsd_thread_create_inferior: td_open: process callback error
(gdb) bt
#0  0x482acf2c in __glob13 () from /usr/lib/libc.so.12
Error accessing memory address 0x482ac9f4: Operation not permitted.


(As it happens I get
ACPI: WARNING: Callback scheduled before thread present.
on the same box. src of 7 Feb 2003)

Any thoughts?

Cheers,

Patrick