Multithreading experiences outside of Hurd/Mach

2001-03-06 Thread Farid Hajji
Hi Marcus, as you probably know, the FreeBSD people are trying to multithread their kernel and their experiences are pretty interesting for Hurd/Mach people as well. We can talk offline about specific details, if you're interested. Here's the URL: http://people.FreeBSD.org/~fsmp/SMP/SMP.html

Softupdates and the Metadata Problem?

2001-03-06 Thread Farid Hajji
Hi Marcus, it was nice to meet you personally at the GUUG conference in Cologne last week ;-). I thought a bit about the metadata problem that results in the 1 GB limit of ext2fs and ufs filesystems (and theoretically others as well). I didn't find a solution yet (still pondering over/on the prob

Processed: mtrace triggers SIGBUS at first malloc

2001-03-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 88690 hurd Bug#88690: mtrace triggers SIGBUS at first malloc Bug reassigned from package `libc0.2' to `hurd'. > thanks Stopping processing here. Please contact me if you need assistance. Darren Benham (administrator, Debian Bugs database)

mtrace triggers SIGBUS at first malloc

2001-03-06 Thread Marcus Brinkmann
reassign 88690 hurd thanks Hi, the smallest test case is here: #include #include main(){ mtrace();malloc(1); } gcc -O3 -g -o main main.c -lthreads So it has something to do with the threads library and I am reassigning to the Hurd. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian h

Re: PPP Port: Cannot set gateway address

2001-03-06 Thread Marcus Brinkmann
On Tue, Mar 06, 2001 at 01:27:13PM -0600, Daniel E Baumann wrote: > Can I > justs rebuild the deb with debuggin symbols for now? How do I do that? (Yes I > should learn how to make a deb ;) ). Get the Debian source files (should be in ftp://ftp.debian.org/pool/h/hurd or so). Just get the tar.gz f

Re: PPP Port: Cannot set gateway address

2001-03-06 Thread Daniel E Baumann
On Mon, Mar 05, 2001 at 04:40:48AM +0100, Marcus Brinkmann wrote: > On Sun, Mar 04, 2001 at 08:00:37PM -0600, Daniel E Baumann wrote: > > Well if I try to set it with fsysopts the first time it will tell me: > > > > ./fsysopts: /servers/socket/2: Network is unreachable (something like that) > >