Re: Install fails
"Joe Shaw" <[email protected]>
| Newsgroups | gmane.comp.gnome.dashboard.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi again, > > get_machinename() crasher ... where have I seen this before ? > > > > Maybe this ? > > https://bugzilla.novell.com/show_bug.cgi?id=MONO82460 > > Looks like it, yeah. Unfortunately it's a Mono bug, and it seems to > be deep enough in Mono XmlSerializer magic that we can't work around > it. Oh wait, maybe not. I missed a stack frame: at Mono.Unix.UnixEnvironment.get_MachineName () [0x0000b] in /amd/nfs/hippocampus/disk/ptn057/projects/lcontrib/src/mono-1.2.5.2/mcs/class/Mono.Posix/Mono.Unix/UnixEnvironment.cs:55 at Beagle.Util.NetworkingConfig..ctor () <0x0001d> at (wrapper runtime-invoke) Beagle.Util.ConfigSection.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff> Can we work around this somehow in the Beagle.Util.NetworkingConfig class constructor? Joe