Welcome to xMule: A P2P Client derived from eMule BerliOS Developer LogoSourceForge.net Logo


Links
- Visit the Forums!
- SF.net Project Page
- xMule Screenshots

Modules
· Home
· Content
· Downloads
· Recommend Us
· Search
· Statistics
· Top
· Topics
· Your Account

Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

 
The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register

FOUND SOLUTION! (Score: 1)
by HopeSeekr on Friday, November 05 @ 23:19:00 CST
(User Info )
O!!! IT FINALLY HIT ME!!!

I was trying *really* hard for *days* to find the error!! I FINALLY FOUND THAT IT ISNT AN ERROR :=))

Program received signal SIGPIPE, Broken pipe.

A socket, when it cannot connect to any particular IP address, sends a "SIG32" aka SIGPIPE. Normally these are simply ignored, yet in gdb these have to be explicitly turned off..

To not get these in the future, put inside ~/.gdbinit the following:

handle SIG32 nostop
handle SIGPIPE nostop

It will cause gdb to ignore these harmless signals.

-hope


| Parent


PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.03 Seconds