DragonFly BSD
DragonFly users List (threaded) for 2006-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Another annoying dvd playback bug


From: Petr Janda <elekktretterr@xxxxxxxxxxxxxx>
Date: Mon, 31 Jul 2006 20:33:11 +1000

Hi Erik and the devs,
I also notice that sometimes(bout once a week) the compiler segfaults while compiling from pkgsrc, but its totally unpredictable because next time i run bmake it works normal.



� wrote:
On 2006-07-30 23:44, rg_monde@xxxxxxxx wrote:

MPlayer interrupted by signal 11 in module: decode_video - MPlayer crashed by bad usage of CPU/FPU/RAM.

Please, have a look on google with "signal 11".

Signal 11 is segmentation violation (or segmentation fault/segfault) and is the "standard" error when something is not right. It's caused by the app trying to access unallocated memory and is often caused by some stray pointer, however the cause can be anything from buggy code to bad compiler optimizations or faulty hardware.


As for the requested disassembly they probably mean a disassembly of the function that caused gmplayer to crash. Get the backtrace as Walt said then for the function at the top run "disassemble func" where func is the name of the topmost function in the backtrace.

--
Erik Wikstr�m








[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]