Linux & glibc versions
Posted: Thu Sep 17, 2015 6:08 pm
I'm taking the time to track down the segmentation fault that I'm getting whenever disconnecting from PilotEdge, since I'm having comm problems that appear to be related to specific aircraft. Being able to connect with an X-Plane included model, verify functionality, disconnect, switch to the problematic aftermarket model, and reconnect would be nice.
In short, what versions of glibc are y'all running with, successfully?
Why do I ask? I'm getting a segmentation fault in libpthread.so.0:
In short, what versions of glibc are y'all running with, successfully?
Why do I ask? I'm getting a segmentation fault in libpthread.so.0:
Code: Select all
Flight begun!
[Thread 0x7fff877fe700 (LWP 29826) exited]
Completed request with payload: v=1&tid=UA-12381236-12&cid=00:27:0E:0A:1C:2A&t=event&an=X-Plane&av=10.40r1&vp=1024x768&ul=en&sr=3840x1080&ea=app_action&ec=Simulated%20Flight&el=Simulated%20Flight&cd1=Free%20Flight&cd2=Cessna%20172%20SP%20Skyhawk%20-%20Class:%20General%20Aviation%20-%20Studio:%20Laminar%20Research%20-%20Engines:%201&cd3=KVNY&cd13=Mouse&cd14=HDR:%201%20-%20Shadows:%202%20-%20Objects:%203%20-%20HDR%20Antialiasing:%202&cd15=Ramp%20Start%20(Engines%20Off)&cd16=Linux&cd17=:%20Intel%20Core%20i7%20CPU%20%20%20%20%20%20%20%20%20860%20%20-%20Speed:%202.8-3.2%20GHz%20-%20Cores:%208&cd18=GeForce%20GTX%20760/PCIe/SSE2&cd19=0&cd20=ATC%20On%20(0)%20or%20Off%20(1),%20Group%200&cd8=Global
[New Thread 0x7fff877fe700 (LWP 29900)]
[Thread 0x7fff877fe700 (LWP 29900) exited]
0x00000003: I found someone else's context 0x04dfab20.
[New Thread 0x7fff87fff700 (LWP 29902)]
[Thread 0x7fff87fff700 (LWP 29902) exited]
sh: /sbin/ifconfig: No such file or directory
[New Thread 0x7fff8cf7c700 (LWP 29910)]
Connect status changed: 1 1 0
Connect status changed: 1 2 0
onNewChannelEvent: 1 1 0
New channel: 1 Default Channel
Connect status changed: 1 3 0
New client: N3756D
warning: Unknown nb_ctl request: 12
warning: The VAD has been replaced by a hack pending a complete rewrite
onNewChannelEvent: 1 2 0
New channel: 2 17510
onNewChannelEvent: 1 3 0
New channel: 3 18011
onNewChannelEvent: 1 4 0
New channel: 4 18012
onNewChannelEvent: 1 5 0
New channel: 5 18010
onNewChannelEvent: 1 6 0
New channel: 6 12280
onNewChannelEvent: 1 7 0
New channel: 7 12270
onNewChannelEvent: 1 8 0
New channel: 8 16010
onNewChannelEvent: 1 9 0
New channel: 9 17010
Connect status changed: 1 4 0
New channel created: N3756D
warning: Unknown nb_ctl request: 12
warning: The VAD has been replaced by a hack pending a complete rewrite
[Thread 0x7fff8cf7c700 (LWP 29910) exited]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6ec2741 in pthread_join () from /lib64/libpthread.so.0
(gdb) backtrace
#0 0x00007ffff6ec2741 in pthread_join () from /lib64/libpthread.so.0
#1 0x00007fffc04a765f in pt::thread::waitfor() () from /opt/X-Plane/X-Plane 10/Resources/plugins/PilotEdge/64/lin.xpl
#2 0x00007fffc047395f in VSProClient::disconnect() () from /opt/X-Plane/X-Plane 10/Resources/plugins/PilotEdge/64/lin.xpl
#3 0x00007fffc0469cac in disconnect(int) () from /opt/X-Plane/X-Plane 10/Resources/plugins/PilotEdge/64/lin.xpl
#4 0x00007fffc175a335 in XPLMHandleMenuItemPick(int) () from /opt/X-Plane/X-Plane 10/Resources/plugins/XPLM_64.so
#5 0x00007fffc17530d2 in XPLMMenuHook () from /opt/X-Plane/X-Plane 10/Resources/plugins/XPLM_64.so
#6 0x0000000001255f78 in XPPHandleMenu(int) ()
#7 0x00000000009aca20 in mbar_class::mbar_select_an_item() ()
#8 0x00000000009ad288 in mbar_class::mbar_select_an_item_click() ()
#9 0x000000000096e59e in MACIBM_handle_click(int) ()
#10 0x0000000000970095 in xplane_window_delegate::mouse_down(void*, int, int, int) ()
#11 0x00000000013f00b8 in LIN_handleevt(_XEvent*) ()
#12 0x00000000013ed448 in WIN_event_loop(int) ()
#13 0x00000000013ed5d9 in WIN_run_app ()
#14 0x0000000000600dea in main ()