On Mon, Oct 12, 2009 at 09:47:36AM -0400, Daniel Jacobowitz wrote: > On Mon, Oct 12, 2009 at 02:51:10PM +0300, Török Edwin wrote: > > If I compile the program with -m32, then memset works, so it looks like > > something wrong with handling of SSE instructions.
The same problem occurs with strlen and both memset and strlen are frequently used in programs. > More precisely there isn't any such support: > > /* MMX/SSE/SSE2/PNI support */ > /* XXX */ Well, cannot gdb simply stop recording just before such unsupported instruction instead of sending a SIGTRAP ? Cheers, -- Bill. <[email protected]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

