Advertisement
Guest User

Untitled

a guest
Jan 9th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. curl FAILED with: 7 [Couldn't connect to server]
  2.  
  3. Program received signal SIGSEGV, Segmentation fault.
  4. [Switching to Thread 0x7fffe9074700 (LWP 13523)]
  5. 0x00000000006e4cda in Shared::PlatformCommon::FTPClientThread::getMapFromServer
  6. (this=0x1132ac0, mapFileName=...)
  7. at /home/artem/SVN/megaglest/source/shared_lib/sources/platform/posix/miniftpclient.cpp:284
  8. 284 this->pCBObject->FTPClient_CallbackEvent(mapFileName,ftp_cct_Map,result,NULL);
  9. (gdb) bt
  10. #0 0x00000000006e4cda in Shared::PlatformCommon::FTPClientThread::getMapFromServer (this=0x1132ac0, mapFileName=...)
  11. at /home/artem/SVN/megaglest/source/shared_lib/sources/platform/posix/miniftpclient.cpp:284
  12. #1 0x00000000006e6cfd in Shared::PlatformCommon::FTPClientThread::execute (
  13. this=0x1132ac0)
  14. at /home/artem/SVN/megaglest/source/shared_lib/sources/platform/posix/miniftpclient.cpp:468
  15. #2 0x00000000006d55df in Shared::Platform::Thread::beginExecution (
  16. data=<value optimised out>)
  17. at /home/artem/SVN/megaglest/source/shared_lib/sources/platform/sdl/thread.cpp:64
  18. #3 0x00007ffff7b568c5 in ?? () from /usr/lib/libSDL-1.2.so.0
  19. #4 0x00007ffff7b990d9 in ?? () from /usr/lib/libSDL-1.2.so.0
  20. #5 0x00007ffff792fd8c in start_thread () from /lib/libpthread.so.0
  21. #6 0x00007ffff445861d in clone () from /lib/libc.so.6
  22. #7 0x0000000000000000 in ?? ()
  23. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement