Here is the info from my core-file with the backtrace:

p15136047:/usr/games/jwm/srcds/orangebox # gdb -c 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 "i586-suse-linux".
(no debugging symbols found)
Core was generated by `./srcds_linux -game cstrike +map de_dust -maxplayers
12 -debug'.
Program terminated with signal 4, Illegal instruction.
[New process 27512]
#0  0xb7948e0a in ?? ()
(gdb) bt
#0  0xb7948e0a in ?? ()
#1  0xb7943712 in ?? ()
#2  0xb79391f4 in ?? ()
#3  0xb793a29e in ?? ()
#4  0x080488e0 in ?? ()
#5  0xb7da35f5 in ?? ()
#6  0x08048731 in ?? ()
(gdb) 

thanks

-----Ursprüngliche Nachricht-----
Von: hlds_linux-boun...@list.valvesoftware.com
[mailto:hlds_linux-boun...@list.valvesoftware.com] Im Auftrag von David
Parker
Gesendet: Mittwoch, 14. Juli 2010 23:21
An: Half-Life dedicated Linux server mailing list
Betreff: Re: [hlds_linux] Error in Line 341 on Startup

That's strange.  In my copy of srcds_run under the orangebox directory, line
341 is the declaration of the run() function.  What does a backtrace on the
core file look like?  To get a backtrace, just open the file in gdb like
this:

gdb -c <core-file>

Where <core-file> is the name of the core file.  Once you are in gdb, just
type bt to get a backtrace.

    - Dave

----- Original Message -----
From: Huber Uli <huber....@gmx.de>
Date: Wednesday, July 14, 2010 4:45 pm
Subject: [hlds_linux] Error in Line 341 on Startup
To: hlds_linux@list.valvesoftware.com

> Hey Everybody,
>  
> I get an Error when I startup my server ... a server.cfg is created 
> (bases on a version before orangebox)
>  
> I use the following in the orangbox folder:
> ./srcds_run -game cstrike +map de_dust -maxplayers 12 -debug
> 
> the I get in the console the following ... what´s the reason? my 
> system is openSuse 11 with actual patch-level
>  
> Auto detecting CPU
> Using default binary: ./srcds_linux
> Enabling debug mode
> Server will auto-restart if there is a crash.
> ./srcds_run: line 341: 27512 Illegal
> instruction     (core dumped) $HL_CMD
>  
> warning: Can't read pathname for load map: Input/output error.
> email debug.log to li...@valvesoftware.com Wed Jul 14 22:29:35 CEST 
> 2010: Server restart in 10 seconds ^CWed Jul 14 22:29:41 CEST 2010: 
> Server Quit
>  
>  
> The rights to the folders a set, with root it won´t work too, there a 
> no symbolic links in the orangebox etc.
>  
> Thanks for helping ...
>  
> Uli
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, 
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to