|
From: Mike A. <mj...@co...> - 2004-09-03 06:33:44
|
> I'm having a rather odd problem with the state threads library on my > FreeBSD 5.2.1 amd64 box. > What doesn't work is *printf() calls with a double arguement. Are you using st_randomize_stacks()? If so, try changing the constant 0x7 to 0xf in _st_stack_new() in stk.c. Let me know if this WAG helps. |