[bf1942] Anyone running this on FreeBSD?

roger rogerxxmaillist at san.rr.com
Wed Mar 19 04:12:37 EST 2003


On Tue, 2003-03-18 at 06:54, Paul Richards wrote:

> 
> I put it through gdb but it only gives me one small line, i think this is
> because it doesnt get anyway into the loading or running of it:
> 
> Core was generated by `bf1942_lnxded'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x29801524 in ?? ()
> 
> Assuming i am using gdb correctly...
It would appear so.  Sometimes you can catch something legible by using
gdb.  Sometimes not.  You can also setup breakpoints with gdb (man gdb
for the documentation).


bah. that sux. strace time.
ie:
$ strace bf1942_lnxded

or create a log file:
$ strace bf1942_lnxded > strace.log

from that, you may want to send the last 10-20 lines to this mailling
list for the developer to debug...or if you have c/c++ experience,
you'll understand whats going on.

You may run into oddities when piping output to files and you can
displace this by doing:

$ strace bf1942_lnxded > strace.log 2>&1 &

The problems you're probably have are probably with the libs in freebsd
being not compatable with linux binaries (?)  I always prefer to rebuild
SRPMS/Source to ensure maximum compatability & performance on my boxens
;-)


-- 
Roger
http://www.eskimo.com/~roger/index.html




More information about the Bf1942 mailing list