Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-21 Thread Thiemo Seufer
peter green wrote: > >> >> 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

Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-11 Thread peter green
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

Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-11 Thread peter green
Could you try to build vlc-0.8.6.h-1 (the one in lenny)? That segfaulted too. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-09 Thread Reinhard Tartler
tags 498397 help stop peter green <[EMAIL PROTECTED]> writes: >> Could you add -vvv and retry ? >> Could you also try with ffmpeg-dbg installed ? >> > Ok i've reverted to the libavcodec package from the repositry and > installed ffmpeg-dbg and libc6-dbg. Results of run with -vvv under those

Processed: Re: Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 498397 help Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure There were no tags set. Tags added: help > stop Stopping processing here. Please contact me if you need assistance. Debian bug tr

Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-09 Thread peter green
Could you add -vvv and retry ? Could you also try with ffmpeg-dbg installed ? Ok i've reverted to the libavcodec package from the repositry and installed ffmpeg-dbg and libc6-dbg. Results of run with -vvv under those conditions debian-mips:~/vlc-0.8.6.h# ./vlc -vvv --reset-plugins-cache

Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-09 Thread Christophe Mutricy
Hello, Thank you for investigating. I don't have access to a mips so it makes thing hard to debug. > debian-mips:~/vlc-0.8.6.h# ./vlc --reset-plugins-cache -l -I rc vlc:quit Could you add -vvv and retry ? Could you also try with ffmpeg-dbg installed ? Could you try to build vlc-0.8.6.h-1 (the o

Bug#498397: vlc segfaults during test run in build process on mips resulting in build failure

2008-09-09 Thread peter green
package: vlc severity: serious vlc is run during it's own build process as a test and during that test it segfaults on mips and mipsel. I have tried moddin the wrapper script to run vlc under gdb and therefore get a backtrace (note: i'm using a libavcodec patched to fix the issue that was