Re: [Mono-list] server-sided concepts in Mono / ASP.NET vs. Java EE

2009-06-22 Thread Tobi Ulm
om/en-us/netframework/bb499684.aspx http://java.sun.com/javaone/2009/articles/gen_microsoft.jsp http://www.interoperabilitybridge.com/ http://incubator.apache.org/stonehenge/index.html greetings from lower bavaria Tobi Kristian Rink-6 wrote: > > [resent as posting through gmame obvi

Re: [Mono-list] Problem getting Mono debugger mdb working

2009-01-17 Thread Tobi
Tobi wrote: > I have a hard time debugging some Mono runtime errors and wanted to give > the Mono Debugger a try. > > I'm running the latest SVN version of Mono and the debugger installed to > /opt/mono-trunk on a Debian Lenny / AMD64. > > Even a with simple "Hel

[Mono-list] nunit-console2 and random segfaults

2009-01-03 Thread Tobi
Hi, on a project with about 640 unit tests, nunit-console2 randomly fails and exits with a stack trace. It's not predictable, at which test it will fail and sometimes all test run fine. This happens on i386 as well as on amd64. When running with -noshadow, I don't get this problem. Has anyone ex

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-18 Thread Tobi
Chris Howie wrote: > I'd write a test case and file a bug report. If it is a bug that's > the fastest way to get a response. The response was "Works for me, bug closed". But it still doesn't work for *me*. Running the latest SVN version, trying to debug a simple "Hello World", I get: mdb

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-15 Thread Tobi
Chris Howie wrote: > I'd write a test case and file a bug report. If it is a bug that's > the fastest way to get a response. Ok, done: http://bugzilla.novell.com/show_bug.cgi?id=459052 (A test case doesn't make sense, as the debugger doesn't work at all) Tobias __

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-15 Thread Tobi
Tobi wrote: > Even a with simple "Hello World", mdb causes a SIGSEGV as soon as I try to > run the program: > > [mono-trunk] /tmp @ gmcs -debug+ HelloWorld.cs > [mono-trunk] /tmp @ mdb ./HelloWorld.exe I've now tested this on a 32bit machine, and it works

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-15 Thread Tobi
Sandy Armstrong wrote: >> [mono-trunk] /tmp @ mdb ./HelloWorld.exe > > I don't know much about the debugger, but don't you need to run "mono > HelloWorld.exe" instead of "./HelloWorld.exe"? No. This would only be the case for GDB. ___ Mono-list mai

[Mono-list] Problem getting Mono debugger mdb working

2008-12-14 Thread Tobi
Hello! I have a hard time debugging some Mono runtime errors and wanted to give the Mono Debugger a try. I'm running the latest SVN version of Mono and the debugger installed to /opt/mono-trunk on a Debian Lenny / AMD64. Even a with simple "Hello World", mdb causes a SIGSEGV as soon as I try to

Re: [Mono-list] [Mono-dev] Announcing Mono 2.2 Preview 2...

2008-12-13 Thread Tobi
Thomas Wiest wrote: > Please report any bugs that you may find using our Bugs page, AND reply > to this thread with the bug numbers #458947 http://bugzilla.novell.com/show_bug.cgi?id=458947 The attached patch fixes the problem, but Zoltan might see a better solution. ___