[Mono-devel-list] 2 year old working code breaks?

Colt Majkrzak majkrzak at gmail.com
Thu Jun 9 08:15:29 EDT 2005


Hello All,

 

            I woke this morning to find my code that runs itself in a
loop and processes commands as it's given them.  I found it offline,
which normally wouldn't bother me, until I tried to restart it.  It
goes through its normal sequence before coming to its looped state of
wait, and a second or two later the console just says Killed, and it
drops back to the shell.  Here are the last lines from mono –v

 

Method System.Configuration.ConfigurationData:Load (string) emitted at
0xb55c40e8 to 0xb55c4265 [spider.exe]

Method (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess) emitted at 0xb55c4268
to 0xb55c42e7 [spider.exe]

Method System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess) emitted at 0xb55c42e8
to 0xb55c434b [spider.exe]

Method System.Xml.XmlTextReader:.ctor (System.IO.Stream) emitted at
0xb55c4350 to 0xb55c4391 [spider.exe]

Method (wrapper remoting-invoke-with-check)
System.Xml.XmlStreamReader:.ctor (System.IO.Stream) emitted at
0xb55c4398 to 0xb55c43fa [spider.exe]

Method System.Xml.XmlStreamReader:.ctor (System.IO.Stream) emitted at
0xb55c4400 to 0xb55c4441 [spider.exe]

Method (wrapper remoting-invoke-with-check)
System.Xml.XmlInputStream:.ctor (System.IO.Stream) emitted at
0xb55c4448 to 0xb55c44aa [spider.exe]

Method (wrapper runtime-invoke) System.Object:runtime_invoke_void
(object,intptr,intptr,intptr) emitted at 0xb55c44b0 to 0xb55c451f
[spider.exe]

Method System.Xml.XmlInputStream:.cctor () emitted at 0xb55c4520 to
0xb55c455c [spider.exe]

Method System.Xml.XmlException:.ctor (string) emitted at 0xb55c4560 to
0xb55c4573 [spider.exe]

Method System.Xml.XmlInputStream:.ctor (System.IO.Stream) emitted at
0xb55c4578 to 0xb55c459a [spider.exe]

Method (wrapper remoting-invoke-with-check)
System.Xml.XmlInputStream:Initialize (System.IO.Stream) emitted at
0xb55c45a0 to 0xb55c4602 [spider.exe]

Method System.Xml.XmlInputStream:Initialize (System.IO.Stream) emitted
at 0xb55c4608 to 0xb55c4b8f [spider.exe]

Method (wrapper remoting-invoke-with-check)
System.IO.FileStream:RefillBuffer () emitted at 0xb55c4b90 to
0xb55c4bea [spider.exe]

Method System.IO.FileStream:RKilled

 

The code seems to run fine if I copy it back to my win32 machine, so
I'm not exactly sure what to make of it, and of course my last copy of
these code source is extremely out dated, and I'm not sure where my
good copies went in the move.  Has anyone seen/know how to fix this?
(it doesn't seem to do this when I run the code as root, but only as a
normal user)
 

Thanks!


More information about the Mono-devel-list mailing list