[haiku-bugs] Re: [Haiku] #5461: runtime_loader crash?

  • From: "bonefish" <trac@xxxxxxxxxxxx>
  • Date: Tue, 23 Feb 2010 17:34:07 -0000

#5461: runtime_loader crash?
------------------------------------+---------------------------------------
  Reporter:  kaliber                |       Owner:  bonefish      
      Type:  bug                    |      Status:  closed        
  Priority:  normal                 |   Milestone:  R1            
 Component:  System/runtime_loader  |     Version:  R1/Development
Resolution:  invalid                |    Keywords:                
 Blockedby:                         |    Platform:  All           
  Blocking:                         |  
------------------------------------+---------------------------------------
Changes (by bonefish):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 So far I see no problem. Unlike on other platforms threads on Haiku are
 created in suspended state, which is why a SIGCONT has to be sent to them
 to start running. Apparently gdb stops when a SIGCONT is received, which
 is what you see here. Just "cont" the thread and the party will go on.

 The other (main) thread is waiting, since it has just loaded a library and
 is notifying the debugger about that. The thread blocks until it gets a
 reply. With gdb being single-threaded this doesn't happen while it is
 waiting for input, though.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/5461#comment:1>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: