> I tried to run the Hello-World Translator Multi-threaded version. (hello-mt.c).
> I got the pgm from cvs.
How did you compile it?
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
On Thu, Feb 07, 2002 at 02:13:41AM -0800, Justin Langer wrote:
> hurd~# settrans -ac test hello-mt
>
> But the program is crashing when a file system request comes (cat or
> ls -l)in. The error caught with gdb is:
>
> Program Received Signal
> EXC_BAD_INSTRUCTION
> Illegal Instruction/Operand i
hai,
I tried to run the Hello-World Translator Multi-threaded version. (hello-mt.c).
I got the pgm from cvs.
hurd~# settrans -ac test hello-mt
But the program is crashing when a file system request comes (cat or
ls -l)in. The error caught with gdb is:
Program Received Signal
EXC_BAD_INSTRUCTIO
On Mon, Feb 04, 2002 at 09:50:56AM -0800, Justin Langer wrote:
> I tried to trace it with gdb, set the break point of netfs_demuxer.
Before setting break points, you can try just to catch the crash in gdb.
You managed to do this because apparently the break point was not reached.
> I got the f