View Single Post
Re: Latest YaPB Beta
Old
  (#98)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Latest YaPB Beta - 20-06-2009

Quote:
Originally Posted by jeefo View Post
damn, linux version is not function properly under metamod, not sure where to search...

Code:
[root@oracle-intrn.grt.local csds]# gdb ./hlds_i686 core
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
Cannot access memory at address 0xb8054648
(gdb) backtrace
#0  0xb5162013 in ?? ()
Cannot access memory at address 0xbfc543c4
any1 have any experience on debugging on linux ?
try changing some of the compile parameters, e.g, turn off the optimization (-O0), turn on the debug info (-g), do NOT omit the frame pointer (NO -fomit-frame-pointer), etc.
you may want to do this for both the bot plugin and the Metamod itself.
  
Reply With Quote