Re: [Mono-list] debugger-agent.c wont compile on Win32 EWOULDBLOCK undeclared

2011-06-03 Thread alexsatch
I have the same issue.
Have you found how to fix it?

--
View this message in context: 
http://mono.1490590.n4.nabble.com/debugger-agent-c-wont-compile-on-Win32-EWOULDBLOCK-undeclared-tp3521306p3570955.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] debugger-agent.c wont compile on Win32 EWOULDBLOCK undeclared

2011-06-03 Thread Rod
We haven't and it seems the community is dark on this issue right now. Not
sure if Mono Embedded is even able to work with 2.10. It may be only working
on 2.6.7 and earlier.

--
View this message in context: 
http://mono.1490590.n4.nabble.com/debugger-agent-c-wont-compile-on-Win32-EWOULDBLOCK-undeclared-tp3521306p3571512.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] debugger-agent.c wont compile on Win32 EWOULDBLOCK undeclared

2011-05-13 Thread Rod
Trying to compile Mono in Cygwin for Win32.  Its been broken for over a week,
with forward progress being made. 

Current issue is debugger-agent.c wont compile on Win32 due to EWOULDBLOCK
being undeclared. 

debugger-agent.c output from make: 

debugger-agent.c: In function `finish_agent_init': 
debugger-agent.c:896: warning: passing arg 1 of `InterlockedCompareExchange'
fro 
m incompatible pointer type 
debugger-agent.c: In function `recv_length': 
debugger-agent.c:966: error: `EWOULDBLOCK' undeclared (first use in this
functio 
n) 
debugger-agent.c:966: error: (Each undeclared identifier is reported only
once 
debugger-agent.c:966: error: for each function it appears in.) 
debugger-agent.c: In function `transport_connect': 
debugger-agent.c:1090: warning: char format, different type arg (arg 5) 
debugger-agent.c:1123: warning: passing arg 2 of `getsockname' from
incompatible 
 pointer type 
debugger-agent.c:1142: warning: passing arg 4 of `setsockopt' from
incompatible 
pointer type 
debugger-agent.c: In function `start_debugger_thread': 
debugger-agent.c:1314: warning: passing arg 3 of `mono_create_thread' from
incom 
patible pointer type 
debugger-agent.c: In function `send_packet': 
debugger-agent.c:1469: warning: passing arg 1 of `InterlockedIncrement' from
inc 
ompatible pointer type 
debugger-agent.c: In function `get_objref': 
debugger-agent.c:1601: warning: passing arg 1 of `InterlockedIncrement' from
inc 
ompatible pointer type 
debugger-agent.c: In function `mono_debugger_agent_thread_interrupt': 
debugger-agent.c:2100: warning: passing arg 1 of `InterlockedDecrement' from
inc 
ompatible pointer type 
debugger-agent.c: In function `notify_thread': 
debugger-agent.c:2217: warning: passing arg 1 of `InterlockedIncrement' from
inc 
ompatible pointer type 
debugger-agent.c:: warning: passing arg 3 of `QueueUserAPC' makes
integer fr 
om pointer without a cast 
debugger-agent.c: In function `suspend_current': 
debugger-agent.c:2406: warning: unused variable `err' 
debugger-agent.c: In function `compute_frame_info': 
debugger-agent.c:2823: warning: passing arg 1 of `InterlockedIncrement' from
inc 
ompatible pointer type 
debugger-agent.c: In function `start_single_stepping': 
debugger-agent.c:4277: warning: passing arg 1 of `InterlockedIncrement' from
inc 
ompatible pointer type 
debugger-agent.c: In function `stop_single_stepping': 
debugger-agent.c:4301: warning: passing arg 1 of `InterlockedDecrement' from
inc 
ompatible pointer type 
debugger-agent.c: In function `event_commands': 
debugger-agent.c:5751: warning: passing arg 1 of `InterlockedIncrement' from
inc 
ompatible pointer type

--
View this message in context: 
http://mono.1490590.n4.nabble.com/debugger-agent-c-wont-compile-on-Win32-EWOULDBLOCK-undeclared-tp3521306p3521306.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] debugger - attach to process

2010-08-19 Thread Michael Hutchinson
On Wed, Aug 18, 2010 at 11:42 PM, Mike Morano mmor...@mikeandwan.us wrote:
 Is it possible to attach the soft debugger to an asp.net website
 project / xsp2?  If so, could someone point me to a good reference on
 how to do this?

Attaching per se isn't really possible because SDB requires the
runtime to be started in soft debugging mode. This is done by starting
the Mono runtime with certain commandline arguments that cause it
either to make a connection to a debugger on the provided IP/port, or
bind to a port and wait for an incoming connection from a debugger.
MonoDevelop uses the former, MonoVS uses the latter.

-- 
Michael Hutchinson
http://mjhutchinson.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] debugger - attach to process

2010-08-18 Thread Mike Morano
Hello,

Is it possible to attach the soft debugger to an asp.net website
project / xsp2?  If so, could someone point me to a good reference on
how to do this?


Thanks,
Mike
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] debugger crashes debugging openTK app

2010-05-02 Thread Daniel Soto
Hello.

I sent some days ago two emails related to a problem debugging an openTK
application, to mono list, and monodevelop.

I think that problem is in mono soft debugger, so, monodevelop list, i'm
so sorry.

Well, the problem is the same. When debugging a line that reference
OpenTK, debugger crashes. I try changing Mono Debugger instead of Mono
Soft Debugger in monodevelop, and tells me that breakpoint cannot be
set.

Application trace is attached.

Anybody can help me? Would be a bug, maybe?

Thanks!
Loaded assembly: /home/daniel/Projects/OpenTKTest/bin/Debug/OpenTKTest.exe
Loaded assembly: /home/daniel/Projects/OpenTKTest/bin/Debug/OpenTK.dll 
[External]
Loaded assembly: 
/usr/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll [External]
Loaded assembly: 
/usr/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
 [External]
Resolved pending breakpoint at 'Main.cs:9' to Void OpenTKTest.MainClass:Main 
():0.
Loaded assembly: 
/usr/local/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
 [External]
Loaded assembly: 
/usr/local/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll 
[External]
Stacktrace:


Native stacktrace:

/usr/local/bin/mono() [0x80d4c04]
/usr/local/bin/mono() [0x810ee8b]
[0xb7848410]
/usr/local/bin/mono() [0x80f58b3]
/usr/local/bin/mono() [0x81da932]
/usr/local/bin/mono() [0x8202dd9]
/lib/tls/i686/cmov/libpthread.so.0(+0x596e) [0xb773896e]
/lib/tls/i686/cmov/libc.so.6(clone+0x5e) [0xb7680a0e]

Debug info from gdb:

Mono support loaded.
[Thread debugging using libthread_db enabled]
[Nuevo Thread 0xb6340b70 (LWP 2927)]
[Nuevo Thread 0xb6441b70 (LWP 2926)]
[Nuevo Thread 0xb6831b70 (LWP 2925)]
[Nuevo Thread 0xb7410b70 (LWP 2923)]
0xb7848422 in __kernel_vsyscall ()
  5 Thread 0xb7410b70 (LWP 2923)  0xb7848422 in __kernel_vsyscall ()
  4 Thread 0xb6831b70 (LWP 2925)  0xb7848422 in __kernel_vsyscall ()
  3 Thread 0xb6441b70 (LWP 2926)  0xb7848422 in __kernel_vsyscall ()
  2 Thread 0xb6340b70 (LWP 2927)  0xb7848422 in __kernel_vsyscall ()
* 1 Thread 0xb75806f0 (LWP 2921)  0xb7848422 in __kernel_vsyscall ()

Hilo 5 (Thread 0xb7410b70 (LWP 2923)):
#0  0xb7848422 in __kernel_vsyscall ()
#1  0xb773d015 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0x0820313c in GC_wait_marker () at pthread_support.c:1785
#3  0x081fe1e4 in GC_help_marker (my_mark_no=4) at mark.c:1116
#4  0x08201fb2 in GC_mark_thread (id=0x0) at pthread_support.c:548
#5  0xb773896e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#6  0xb7680a0e in clone () from /lib/tls/i686/cmov/libc.so.6

Hilo 4 (Thread 0xb6831b70 (LWP 2925)):
#0  0xb7848422 in __kernel_vsyscall ()
#1  0xb7740736 in nanosleep () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x081ea948 in collection_thread (unused=0x0) at collection.c:34
#3  0xb773896e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#4  0xb7680a0e in clone () from /lib/tls/i686/cmov/libc.so.6

Hilo 3 (Thread 0xb6441b70 (LWP 2926)):
#0  0xb7848422 in __kernel_vsyscall ()
#1  0xb773f245 in sem_wait@@GLIBC_2.1 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0x08114790 in finalizer_thread (unused=0x0) at gc.c:1022
#3  0x0818ba8c in start_wrapper (data=0x943d5d0) at threads.c:661
#4  0x081da932 in thread_start_routine (args=0x94408c4) at wthreads.c:286
#5  0x08202dd9 in GC_start_routine (arg=0x32ec0) at pthread_support.c:1390
#6  0xb773896e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  0xb7680a0e in clone () from /lib/tls/i686/cmov/libc.so.6

Hilo 2 (Thread 0xb6340b70 (LWP 2927)):
#0  0xb7848422 in __kernel_vsyscall ()
#1  0xb773ff5b in read () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x080d4dd4 in read (signal=11, ctx=0xb623bd0c)
at /usr/include/bits/unistd.h:45
#3  mono_handle_native_sigsegv (signal=11, ctx=0xb623bd0c)
at mini-exceptions.c:1818
#4  0x0810ee8b in mono_arch_handle_altstack_exception (sigctx=0xb623bd0c, 
fault_addr=0x182474b5, stack_ovf=0) at exceptions-x86.c:910
#5  signal handler called
#6  type_commands (command=1, p=0xb4001604 , end=value optimized out, buf=
0xb6340274) at debugger-agent.c:5096
#7  0x080f58b3 in debugger_thread (arg=0x0) at debugger-agent.c:6141
#8  0x081da932 in thread_start_routine (args=0x944094c) at wthreads.c:286
#9  0x08202dd9 in GC_start_routine (arg=0x32ec0) at pthread_support.c:1390
#10 0xb773896e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#11 0xb7680a0e in clone () from /lib/tls/i686/cmov/libc.so.6

Hilo 1 (Thread 0xb75806f0 (LWP 2921)):
#0  0xb7848422 in __kernel_vsyscall ()
#1  0xb773d015 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0x080f1ec9 in suspend_current () at debugger-agent.c:2198
#3  0x080f29cd in process_event (event=EVENT_KIND_TYPE_LOAD, 
arg=value optimized out, il_offset=value optimized out, ctx=0x0, 
events=0x95eefe0, suspend_policy=2) at 

[Mono-list] debugger crashes?

2007-09-21 Thread Daniel Soto
Hello.

I have a problem with the debugger. After of compiling from source 
(mono-debugger-0.50) and call it in command line, appears this

Unhandled Exception: System.TypeInitializationException: An exception 
was thrown by the type initializer for 
Mono.Debugger.Frontend.CommandLineInterpreter --- 
System.DllNotFoundException: monodebuggerserver
  at (wrapper managed-to-native) 
Mono.Debugger.Frontend.CommandLineInterpreter:mono_debugger_server_static_init 
()
  at Mono.Debugger.Frontend.CommandLineInterpreter..cctor () [0x0] 
--- End of inner exception stack trace ---

without enter to the debbuger command line.

What must i do to that it works correctly?

Any help.

Thanks.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Debugger info

2007-09-13 Thread Felipe Portella
Hi !!!

The latest information I can find about Mono Debug was:
http://www.go-mono.com/meeting06/Debugger.pdf

Anyone can give me more info?

1) Is there any updated site/wiki for information about the project? I
found http://www.mono-project.com/Debugger but it tells about release 0.20
Bruxelles and in the SVN I can see references for 0.50 as current
development...

2) The current version already supports generics?

3) Which is the status of the Debugger IDE (inside monodevelop)? I can use
it I get all the HEAD version?

Thank you for any information,
Portella
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Debugger on Suse9.2 Pro

2007-06-12 Thread tom potts
While the Suse 9.2 Prof on
http://www.mono-project.com/Downloads has not been
updated to include the latest debugger I've installed
the Suse10.2 version and it seems to work - even if
the program doesnt return cleanly to the shell.
Yippee.
Tom


  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] debugger and mono 1.1.8

2005-06-17 Thread mtraudt
The release notes for 1.1.8 say that the
debugger is released in sync, however I did
not see it in the list of latest sources
(http://go-mono.com/sources).  I also do
not see mdb if I install using the
Mono 1.1.8 installer.

How can I get the 1.1.8 release of mdb?

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] debugger available only in svn?

2005-05-09 Thread monomail
I've got 1.1.6 installed. I think I saw somewhere that the debugger is only
available by compiling from svn? It seems odd to me that it wouldn't be
included in the same package (i.e. source tarball) as the runtime and compiler.
 Or am I just not understanding how to invoke it (tried mdb, mono mdb)?  I see
that there are .mdb files for just about every assembly, so it seems like the
debugger should be there somewhere...


This message was sent using IMP, the Internet Messaging Program.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Debugger

2005-04-29 Thread Miguel de Icaza
Hello,

 I am trying to get the debugger working (again) , and I am getting this 
 error.
 
 ** (/usr/local/lib/mono/1.0/mdb.exe:5990): WARNING **: Could not load 
 class from Mono.Debugger.IEventHandle (token 0x012e) in /us
 r/local/lib/mono/1.0/mdb.exe

That means that you are out of sync.

You must use latest versions of Mono and the debugger from SVN to get it
to work.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Debugger

2005-04-28 Thread Ralph Mason
I am trying to get the debugger working (again) , and I am getting this 
error.

** (/usr/local/lib/mono/1.0/mdb.exe:5990): WARNING **: Could not load 
class from Mono.Debugger.IEventHandle (token 0x012e) in /us
r/local/lib/mono/1.0/mdb.exe
(mdb) run
Starting program: HelloWorld.exe
EXCEPTION: System.IndexOutOfRangeException: Array index is out of range.
in 0x00106 Mono.Debugger.Languages.Mono.VariableInfo:.ctor 
(Mono.Debugger.TargetBinaryReader reader)
in 0x003c2 Mono.Debugger.Languages.Mono.MethodAddress:.ctor 
(Mono.CompilerServices.SymbolWriter.MethodEntry entry, Mono.Debugger.Ta
rgetBinaryReader reader, Mono.Debugger.AddressDomain domain)
in 0x00055 Mono.Debugger.Languages.Mono.MonoSymbolFile+MonoMethod:Load 
(Mono.Debugger.TargetBinaryReader dynamic_reader, Mono.Debug
ger.AddressDomain domain)
in 0x00061 Mono.Debugger.Languages.Mono.MonoSymbolFile:GetMonoMethod 
(Int32 index, System.Byte[] contents)
in 0x0001c 
Mono.Debugger.Languages.Mono.MonoSymbolFile+MethodRangeEntry:GetSymbolLookup 
()
in 0xb Mono.Debugger.SymbolRangeEntry:get_symbol_lookup 
(System.Object user_data)
in (wrapper delegate-invoke) 
System.MulticastDelegate:invoke_object_object (object)
in 0x000ca Mono.Debugger.ObjectCache:get_Data ()
in 0x0007a Mono.Debugger.SymbolRangeEntry:get_SymbolLookup ()
in 0x00294 Mono.Debugger.SymbolTable:Lookup (TargetAddress address)
in 0x00133 Mono.Debugger.SymbolTableCollection:Lookup (TargetAddress 
address)
in 0x00041 Mono.Debugger.Backends.SingleSteppingEngine:Lookup 
(TargetAddress address)
in 0x000b0 Mono.Debugger.Backends.SingleSteppingEngine:frame_changed 
(TargetAddress address, Mono.Debugger.Backends.Operation opera
tion)
in 0x00c6c Mono.Debugger.Backends.SingleSteppingEngine:ProcessEvent 
(Mono.Debugger.Backends.ChildEvent cevent)
in 0x00252 Mono.Debugger.Backends.SingleSteppingEngine:ProcessEvent 
(Int32 status)
in 0x0016c Mono.Debugger.ThreadManager:engine_thread_main ()


Anyone have any ideas?
This may seem like a wild and crazy thing to say, but is it possible 
that the debugger could be part of mono releases?

Ralph


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Debugger problem with wrapper.c

2004-04-24 Thread Patrick McNamara
I believe I found a bug in the ArrayList (or I'm missing a thread lock), so 
I'm trying to install the debugger to step through the code and find the 
problem.  When the debugger starts compiling the wrapper, I get the 
following warnings:
wrapper.c:33: warning: integer constant is too large for long type
wrapper.c: In function `debugger_lookup_assembly':
wrapper.c:111: warning: implicit declaration of function 
`mono_debugger_lookup_assembly'
wrapper.c: At top level:
wrapper.c:139: warning: initialization from incompatible pointer type

which leads to this error:
wrapper.o(.text+0x139): In function `debugger_lookup_assembly':
.../debugger/wrapper/wrapper.c:111: undefined reference to 
`mono_debugger_lookup_assembly'

Can anyone point me in the right direction?
--Pat
_
Watch LIVE baseball games on your computer with MLB.TV, included with MSN 
Premium! 
http://join.msn.com/?page=features/mlbpgmarket=en-us/go/onm00200439ave/direct/01/

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Debugger problem

2004-04-02 Thread Marco Canini
On Thu, 2004-04-01 at 20:07 -0800, Scott Boston wrote:

 Hello - 
 
 I've run into a couple of issues with the mono debugger that I'd
 appreciate some help with.  
 
 First, to get it to make I had to configure with --disable-readline. 
 What do I lose by doing this?  How do I work around it?  I do have a
 /usr/lib/libreadline.so.
Probably you need to devel package for readline that contains
libreadline.la

 
 Second, every time I try to run the debugger, from the command line or
 from MonoDevelop, I get this error:
 ** ERROR **: i386-linux-ptrace.c:282: Can't open (/proc/26251/mem): No
 such file or directory
 aborting...
 
No idea for this one sorry


 Any ideas?
 
 Thanks much,
 Scott Boston
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Marco Canini [EMAIL PROTECTED]

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Debugger problem

2004-04-02 Thread Scott Boston
On Fri, 2004-04-02 at 02:26, Marco Canini wrote:
 On Thu, 2004-04-01 at 20:07 -0800, Scott Boston wrote:
 
  Hello - 
  
  I've run into a couple of issues with the mono debugger that I'd
  appreciate some help with.  
  
  First, to get it to make I had to configure with --disable-readline. 
  What do I lose by doing this?  How do I work around it?  I do have a
  /usr/lib/libreadline.so.
 Probably you need to devel package for readline that contains
 libreadline.la

Thanks, I was able to solve this by installing the libtermcap-compat
ebuild in Gentoo.

  
  Second, every time I try to run the debugger, from the command line or
  from MonoDevelop, I get this error:
  ** ERROR **: i386-linux-ptrace.c:282: Can't open (/proc/26251/mem): No
  such file or directory
  aborting...
  
 No idea for this one sorry

Still no solution for this one ... anybody?

 
 
  Any ideas?
  
  Thanks much,
  Scott Boston
  
  
  ___
  Mono-list maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Debugger problem

2004-04-01 Thread Scott Boston
Hello - 

I've run into a couple of issues with the mono debugger that I'd
appreciate some help with.  

First, to get it to make I had to configure with --disable-readline. 
What do I lose by doing this?  How do I work around it?  I do have a
/usr/lib/libreadline.so.

Second, every time I try to run the debugger, from the command line or
from MonoDevelop, I get this error:
** ERROR **: i386-linux-ptrace.c:282: Can't open (/proc/26251/mem): No
such file or directory
aborting...

Any ideas?

Thanks much,
Scott Boston


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Debugger problem

2004-03-04 Thread David Mitchell
I'm trying to run some code through the debugger but I'm having trouble 
setting breakpoints.

I can set a breakpoint using:

break Sandbox.cs : 6

But this is on a very simple project. When I try breaking on a file in 
the XSP project (specifically XSPApplicationHost.cs:303) I get this error:

$ break XSPApplicationHost.cs : 303
No method contains the specified file/line.
Has anyone had much luck with debugging Mono apps, or how do other 
people do it?

Cheers
--
David Mitchell
Software Engineer
Telogis
NOTICE:
This message (including any attachments) contains CONFIDENTIAL
INFORMATION intended for a specific individual and purpose, and
is protected by law.  If you are not the intended recipient,
you should delete this message and are hereby notified that any
disclosure, copying, or distribution of this message, or the
taking of any action based on it, is strictly prohibited.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] debugger

2003-08-17 Thread Sebastian Bergmann
Herscovici, Avi wrote:
 Is it still broken?

  I successfully compiled it yesterday but mono-debug crashes:

   Unhandled Exception: System.NullReferenceException:
   A null value was found where an object instance was required
   in (unmanaged) 06 GLib.Object:g_object_unref (intptr)
   in 0x4 06 GLib.Object:g_object_unref (intptr)
   in 0x0014a 00 GLib.Object:PerformQueuedUnrefs ()
   in 0x0001b 05 GLib.Object:PerformQueuedUnrefs ()
   in (unmanaged) 06 Gtk.Application:gtk_main ()
   in 0x4 06 Gtk.Application:gtk_main ()
   in 0x7 00 Gtk.Application:Run ()
   in 0x7 00 Gnome.Program:Run ()
   in 0x00058 00 Mono.Debugger.GUI.DebuggerGUI:Run ()
   in 0x000ff 00 Mono.Debugger.GUI.DebuggerGUI:Main (string[])

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] debugger

2003-08-14 Thread Herscovici, Avi
Anyone know how the debugger is doing?  Is it still broken?

-Avi
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] debugger cvs compile failure

2003-07-13 Thread Markus Bertheau
The debugger from cvs doesn't compile for me because

arch/bfd/peigen.c

is missing. If I take that file from a build of debugger-0.4, I get past
that error.

-- 
Markus Bertheau.
Berlin, Berlin.
Germany.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Debugger

2003-06-26 Thread Marco Canini
On Wed, 2003-06-25 at 22:51, Herscovici, Avi wrote:
 Trying to configure the debugger (version 0.21), configure says I need a
 version of binutils-dev = 2.12.  I have binutils (= 2.12) and for the life
 of me I can't find binutils-dev or binutils-devel to download online.  I am
 running Redhat 9.  I've tried compiling and installing many a versions of
 binutils and I still get the same error.  Please help.
 
If nothing has changed in the last two weeks the mono debugger is broken
in cvs and ver 0.3 won't compile with mono cvs.
 -Avi
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Marco Canini [EMAIL PROTECTED]

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Debugger

2003-06-25 Thread Herscovici, Avi
Trying to configure the debugger (version 0.21), configure says I need a
version of binutils-dev = 2.12.  I have binutils (= 2.12) and for the life
of me I can't find binutils-dev or binutils-devel to download online.  I am
running Redhat 9.  I've tried compiling and installing many a versions of
binutils and I still get the same error.  Please help.

-Avi
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list