[Mono-bugs] [Bug 61423][Wis] Changed - SIGILL on app startup
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jul 2004 08:44:02 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by robsta@stereolyzer.net.
http://bugzilla.ximian.com/show_bug.cgi?id=61423
--- shadow/61423 2004-07-12 05:29:18.000000000 -0400
+++ shadow/61423.tmp.23437 2004-07-12 08:44:02.000000000 -0400
@@ -37,6 +37,27 @@
built mono w/
ftp://cipherfunk.org/pub/tarballs/garnome/garnome-2.6.2.tar.bz2 but only c#
based stuff, all gnome-dev libs provided by system
Monodevelop SIGILL'd too but cleaning out reinstalling did the job.
I'd provide more info but new to mono ...
+
+------- Additional Comments From robsta@stereolyzer.net 2004-07-12 08:44 -------
+Further poking around showed more random behavior, sometimes muine
+SIGILLs on startup as well.
+Example sequence, not reproducible:
+
+new term
+start muine, SIGILL
+export LD_LIBRARY_PATH=/opt/mono/lib:$LD_LIBRARY_PATH
+start muine, ok
+quit muine
+start dashboard, ok
+close term
+
+new term
+export LD_LIBRARY_PATH=/opt/mono/lib:$LD_LIBRARY_PATH
+start dashboard, SIGILL
+
+Thing is that muine works almost always while dashboard SIGILLs almost
+always :-/
+