bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mtrace triggers SIGBUS at first malloc


From: Marcus Brinkmann
Subject: mtrace triggers SIGBUS at first malloc
Date: Tue, 6 Mar 2001 22:10:06 +0100
User-agent: Mutt/1.3.15i

reassign 88690 hurd
thanks

Hi,

the smallest test case is here:

#include <stdlib.h>
#include <mcheck.h>
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 http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]