Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61796 - Gentoo Ebuild of Mono XSP for PPC crashes on start =>Ebuild needs to be updated
Summary: Gentoo Ebuild of Mono XSP for PPC crashes on start =>Ebuild needs to be updated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: dotnet project
URL: http://bugzilla.ximian.com/show_bug.c...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-08-26 05:43 UTC by Jeffrey Knight
Modified: 2004-08-29 16:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Knight 2004-08-26 05:43:12 UTC
An emerge of XSP (v.1.0) on PPC installs ok but hitting the webserver
crashes with a
* ERROR **: file exceptions-ppc.c: line 930 (ves_icall_get_trace):
assertion failed: (ji != NULL)

It looks like this was fixed in CVS on 8/2/2004 (here's the bug URL:
http://bugzilla.ximian.com/show_bug.cgi?id=60766) which was the day
you did your last ebuild.  (Paolo Molaro comments that
it's fixed in HEAD)


Reproducible: Always
Steps to Reproduce:
1. emerge XSP on PPC
2. mono /usr/bin/xsp.exe
3. goto http://localhost:8080 (or whatever port you have it on)

Actual Results:  

* ERROR **: file exceptions-ppc.c: line 930 (ves_icall_get_trace):
assertion failed: (ji != NULL)
Comment 1 Jeffrey Knight 2004-08-27 12:10:57 UTC
The bug isn't in XSP -- it was fixed in the JIT.
Comment 2 Jeffrey Knight 2004-08-29 16:46:30 UTC
this will happen with mono v.1 --
emerge mono to mono v.1.0.1 and xsp should be ok.