Advertisement
0x255

ADCH++ v2.7.0 (r504) Debug backtrace wo/ Script

Jun 4th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. shadowx@SonicTorment:~/adchpp/bin$ gdb "./adchppd -c /home/shadowx/adchpp/bin/config/"
  2. GNU gdb (GDB) 7.2-debian
  3. Copyright (C) 2010 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i486-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. ./adchppd -c /home/shadowx/adchpp/bin/config/: No such file or directory.
  12. (gdb) r
  13. Starting program:
  14. No executable file specified.
  15. Use the "file" or "exec-file" command.
  16. (gdb) bt full
  17. No stack.
  18. (gdb) q
  19. shadowx@SonicTorment:~/adchpp/bin$ cat config/adchpp.xml
  20. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  21. <ADCHubPlusPlus>
  22. <Settings>
  23. <HubName type="string">Nemesis</HubName>
  24. <Description type="string">Локальный Сервер DC ++</Description>
  25. <Log type="int">1</Log>
  26. <LogFile type="string">logs/adchpp%Y%m.log</LogFile>
  27. <!-- Advanced connection settings (don't change unless you at least think you know what you're doing) -->
  28. <!-- Maximum send size, changes how much data is sent at most to a single user per
  29. call to the socket api. Experiment with this, lower settings might be more fair
  30. in the distribution of available bandwidth at the cost of network/cpu efficiency.
  31. Don't set below 256, 0 = disable. Experiment with this, it has many strange effects! -->
  32. <MaxSendSize type="int">1400</MaxSendSize>
  33. <MaxBufferSize type="int">16384</MaxBufferSize>
  34. <BufferSize type="int">256</BufferSize>
  35. <MaxCommandSize type="int">16384</MaxCommandSize>
  36. <OverflowTimeout type="int">60000</OverflowTimeout>
  37. <KeepSlowUsers type="int">1</KeepSlowUsers>
  38. <BufferSize type="int">512</BufferSize>
  39. <!--DisconnectTimeout>10000</DisconnectTimeout -->
  40. <DisconnectTimeout>10000</DisconnectTimeout>
  41. <LoginTimeout>30</LoginTimeout>
  42. </Settings>
  43. <Servers>
  44. <!--Server Port="2780" TLS="1" Certificate="certs/cacert.pem" PrivateKey="certs/privkey.pem" TrustedPath="certs/trusted/" DHParams="certs/dhparam.pem"/-->
  45. <Server Port="4111"/>
  46. </Servers>
  47.  
  48. <Plugins Path="/home/shadowx/adchpp/bin/">
  49. <!--Plugin>Script</Plugin-->
  50. <Plugin>Bloom</Plugin>
  51. </Plugins>
  52. </ADCHubPlusPlus>
  53. shadowx@SonicTorment:~/adchpp/bin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement