Welcome, Guest. Please Login.
OpenDX User Forum
05/24/13 at 11:56:10
News: OpenDX 4.4.4 source code now available.


Pages: 1
10725:signal 11 caught (Read 1087 times)
dogstar901
Junior Member
**


Got Viz?

Posts: 44
10725:signal 11 caught
03/01/11 at 00:46:52
 
 Dear Joelr  Cool:
    I create a module using dx-buider. When i execute the module,there is something wrong with it. cry.The error is that :
     server :accepted connection from client
     0;worker here [10725]
     Begin Execution
     10725:signal 11 caught
     Begin Execution
     Aborted
 What does signal 11 tell me ?Thank you !
Back to top
 
 
Email   IP Logged
joelr
OpenDX Forum Administrator
*****


Got Viz?

Posts: 388
Re: 10725:signal 11 caught
Reply #1 - 03/01/11 at 04:45:59
 

Signal 11 is a segmentation violation. Probably a bad pointer.
Back to top
 
 
Email   IP Logged
dogstar901
Junior Member
**


Got Viz?

Posts: 44
Re: 10725:signal 11 caught
Reply #2 - 03/01/11 at 05:09:51
 
and the Error Messagebox said : Connection to the server has been broken.
what's wrong?? I have searched for this problem, but can't find best answer.
Back to top
 
 
Email   IP Logged
joelr
OpenDX Forum Administrator
*****


Got Viz?

Posts: 388
Re: 10725:signal 11 caught
Reply #3 - 03/01/11 at 12:09:44
 

DX runs as a pair of processes - one for the UI and one for
the server. When you start DX, both processes start, and then  
the UI connects to the server. If the server dies, you'll
see the "connection broken" message. The server is dying
because of the sig 11 error.
Back to top
 
 
Email   IP Logged
Pages: 1