[Mono-bugs] [Bug 481458] initblk opcode fails the second time when intrins are enabled

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 5 10:07:27 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=481458

User stephen at gennard.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=481458#c5





--- Comment #5 from Stephen Gennard <stephen at gennard.net>  2009-03-05 08:07:27 MST ---
I can reproduce the issue with the 2.4 stream, here is my sample output:

spg at nwb-spg-os11:~/src/mono.bugs/initblk> mono --version
Mono JIT compiler version 2.4 (/branches/mono-2-4/mono r128686 Thu Mar  5
14:22:15 GMT 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
    TLS:           __thread
    GC:            Included Boehm (with typed GC)
    SIGSEGV:       altstack
    Notifications: epoll
    Architecture:  x86
    Disabled:      none
spg at nwb-spg-os11:~/src/mono.bugs/initblk> mono initblk.exe
001 001 001
001 001 001
spg at nwb-spg-os11:~/src/mono.bugs/initblk> mono --optimize=-intrins initblk.exe
001 001 001
000 000 000
spg at nwb-spg-os11:~/src/mono.bugs/initblk> which mono
/usr/mflocal/mono-2-4/bin/mono
spg at nwb-spg-os11:~/src/mono.bugs/initblk> echo $LD_LIBRARY_PATH
/usr/mflocal/mono-2-4/lib:/home/spg/sx5ws2/lib

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list