[Mono-bugs] [Bug 423518] New: WARNING: Got event 137f for unknown pid xxxx

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 5 03:16:36 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=423518

User informatique.internet at fiducial.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=423518#c1

           Summary: WARNING: Got event 137f for unknown pid xxxx
           Product: Mono: Debugger
           Version: SVN
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: cli
        AssignedTo: martin at novell.com
        ReportedBy: informatique.internet at fiducial.fr
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


I'm trying to play with the mono debugger, 

I'm using the svn version of mono and of the debugger but i've this problems
since months... (i've already try to talk about that on IRC, but without
success)

step to reproduce on my gentoo linux (32bit)
hubert at hublinux ~/Projects/DebuggerTest/DebuggerTest $ uname -a
Linux hublinux 2.6.25-gentoo-r5 #1 PREEMPT Fri Jun 27 09:42:30 CEST 2008 i686
Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux

1. cat ./Main.cs 
// /home/hubert/Projects/DebuggerTest/DebuggerTest/Main.cs created with
MonoDelop
// User: hubert at 14:07 14/05/2007
//
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
//
// project created on 14/05/2007 at 14:07
using System;


namespace DebuggerTest
{

        class MainClass
        {

                public void Test()
                {
                        Console.WriteLine("Test...");
                }

                public static void Main(string[] args)
                {
                        MainClass main=new MainClass();
                        main.Test();

                }


        }
}
2. compile it : mcs ./Main.cs
3. Try it : mono ./Main.exe
Test...

It works!

4. debug it

mdb ./Main.exe 
Mono Debugger
(mdb) r
Starting program: ./Main.exe 
WARNING: Got event 137f for unknown pid 30403
WARNING: Got event 137f for unknown pid 30404


And nothing more... if i type ^C and 'c' it says 'No target'

What happened?
Thanks


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list