106: void av_free_static(void)
107: {
108:    while(last_static){
109:        av_freep(&array_static[--last_static]);
110:    }
111:    av_freep(&array_static);
112: }

A segfault in line 108 is, uhm, strange.
Agreed, either gdb is misbehaving or something very weired is going on.


Either way something needs to be done about this for lenny, since it looks like the crash is happening in the unloading of libavcodec (at least that is my interpretation of the bottom lines of the backtrace) is there any way to stop libavcoded getting unloaded?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to