[Mono-dev] weird wrapper crash using wrappers in mono..#1 0x0098e4d6 in nanosleep () from /lib/libpthread.so.0...blablabla

buhochilenoi@gmail.com buhochileno at gmail.com
Thu Sep 2 18:51:43 EDT 2010


Hi guys,

This is by far the most weird thing that happend to me using mono, so be 
patience with me trying to explaining..and is not easy to provide a test 
case--

We have a C# ffmpeg wrapper (nothing to fancy, just takeing frames from 
media) and we also use Phidgets devices (also with a wrapper of course, 
http://www.phidgets.com), using both in a separated way with mono 2.4 or 
last mono 2.6 (linux 32bits and this happen on fedora 10,11,12, don't 
know about 13...) and all works ok. Also, mixing ffmpeg C code plus 
phidget C code into a sample program and also all good with the world 
(all in C in this case, no wrapper).

But here the really, really weird thing, mixing both in a C# program and 
running with mono on linux (.NET on Windows also ok) and all goes to 
hell!!, the problems seems related to ffmpeg (may be compilation memory 
options or something else?), since in the stacktrace some messages 
mention "libdc1394.so" (beside a bunch of other libs), but the weird 
thing is that if I remove the "phidget" code in the C# sample and no 
problem with libdc1394 or any other ffmpeg wrapper realted call. Also 
removing the ffmpeg wrapper related code from thesample and the C# 
phidget code start to work again without problems...And as I mention, 
both code doing just C code and all works nicely together...so mono is 
on the equation in some weird way...

I have a kind of reduce test, but you are going to need to compile some 
libs to do a proper test and also I be forced to send you the phidget 
libs (which I don't know if it breakes any licence, or you have to 
download the lib from phidgets website..), so a test on your side 
involve some work that I don't know if you have the time or are will to 
do it...

So, I'm lost about where to start to look or do to fix the issue and I 
prefer to ask here before to fill a hard to reproduce bug ....So, here 
is the complete stacktrace in case you see anything souspicious or may 
be I can do something to give you more proper info....Thanks in advance 
guys!!

Mauricio

ISE.Media.FFmpeg: opening input file
Input #0, avi, from '/home/buho/Desktop/War3-Movie-Trailer.avi':
   Duration: 00:00:29.99, start: 0.000000, bitrate: 1040 kb/s
     Stream #0.0: Video: mpeg4, yuv420p, 800x340 [PAR 1:1 DAR 40:17], 24 
tbr, 24 tbn, 30k tbc
     Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 128 kb/s
ISE.Media.FFmpeg: Found 2 Streams
ISE.Media.FFmpeg: Processing Stream 0...
ISE.Media.FFmpeg: Video Stream...
ISE.Media.FFmpeg: Processing Stream 1...
ISE.Media.FFmpeg: Audio Stream...
CONTEXT ID : 0...

Native stacktrace:

ISE.Media.FFmpeg: Setting Up Video Frame
ISE.Media.FFmpeg: Pixel Format: fmt: -1 w: 0 h: 0
ISE.Media.FFmpeg: Frame buffer size: 816000
[swscaler @ 0x9254a00]No accelerated colorspace conversion found.
ISE.Media.FFmpeg: Got sws context
ISE.Media.FFmpeg: Video Frames established
     /usr/bin/mono() [0x80c6cbb]
     /usr/bin/mono() [0x805b058]
     [0xb77f040c]
     /usr/lib/libdc1394.so.22(register_platform+0x79) [0xb6a22e79]
     /usr/lib/libdc1394.so.22(usb_init+0x32) [0xb6a3c782]
     /usr/lib/libphidget21.so(CUSBBuildList+0x2c) [0xb632fd6c]
     /usr/lib/libphidget21.so(CPhidgetManager_poll+0xee) [0xb63226be]
     /usr/lib/libphidget21.so(CentralThreadFunction+0x45) [0xb632fc95]
     /lib/libpthread.so.0() [0x986ab5]
     /lib/libc.so.6(clone+0x5e) [0x8b183e]

Debug info from gdb:

OutputWidth = 800, OutputHeight = 340
ISE.Media.FFmpeg: AUDIO packet 417
ISE.Media.FFmpeg: Decoding 192001 153002912 0
ISE.Media.FFmpeg: Decoded 417 4608
ISE.Media.FFmpeg: AUDIO packet 417
ISE.Media.FFmpeg: Decoding 192001 153002912 417
ISE.Media.FFmpeg: Decoded 417 4608
ISE.Media.FFmpeg: AUDIO packet 417
ISE.Media.FFmpeg: Decoding 192001 153002912 834
ISE.Media.FFmpeg: Decoded 417 4608
ISE.Media.FFmpeg: AUDIO packet 417
ISE.Media.FFmpeg: Decoding 192001 153002912 1252
ISE.Media.FFmpeg: Decoded 417 4608
ISE.Media.FFmpeg: AUDIO packet 417
ISE.Media.FFmpeg: Decoding 192001 153002912 1668
ISE.Media.FFmpeg: Decoded 417 4608
ISE.Media.FFmpeg: AUDIO packet 417
ISE.Media.FFmpeg: Decoding 192001 153002912 2086
ISE.Media.FFmpeg: Decoded 417 4608
ISE.Media.FFmpeg: Freeing RGB Image
ISE.Media.FFmpeg: Freeing YUV Frame
ISE.Media.FFmpeg: Closing the Codec
ISE.Media.FFmpeg: Closing input file
ISE.Media.FFmpeg: Decoder context destroyed
[Thread debugging using libthread_db enabled]
[New Thread 0xb62dfb70 (LWP 3638)]
[New Thread 0xb6e60b70 (LWP 3637)]
[New Thread 0xb77d7b70 (LWP 3636)]
0x0819ba09 in ?? ()
   4 Thread 0xb77d7b70 (LWP 3636)  0xb77f0424 in __kernel_vsyscall ()
   3 Thread 0xb6e60b70 (LWP 3637)  0xb77f0424 in __kernel_vsyscall ()
   2 Thread 0xb62dfb70 (LWP 3638)  0xb77f0424 in __kernel_vsyscall ()
* 1 Thread 0xb77c76f0 (LWP 3634)  0x0819ba09 in ?? ()

Thread 4 (Thread 0xb77d7b70 (LWP 3636)):
#0  0xb77f0424 in __kernel_vsyscall ()
#1  0x0098e4d6 in nanosleep () from /lib/libpthread.so.0
#2  0x081a33a8 in ?? ()
#3  0x00986ab5 in start_thread () from /lib/libpthread.so.0
#4  0x008b183e in clone () from /lib/libc.so.6

Thread 3 (Thread 0xb6e60b70 (LWP 3637)):
#0  0xb77f0424 in __kernel_vsyscall ()
#1  0x0098cf85 in sem_wait@@GLIBC_2.1 () from /lib/libpthread.so.0
#2  0x0812a961 in ?? ()
#3  0x0814f1ab in ?? ()
#4  0x081bff62 in ?? ()
#5  0x081de568 in ?? ()
#6  0x00986ab5 in start_thread () from /lib/libpthread.so.0
#7  0x008b183e in clone () from /lib/libc.so.6

Thread 2 (Thread 0xb62dfb70 (LWP 3638)):
#0  0xb77f0424 in __kernel_vsyscall ()
#1  0x0098dcfb in read () from /lib/libpthread.so.0
#2  0x080c6e56 in ?? ()
#3  0x0805b058 in ?? ()
#4 <signal handler called>
#5  0xb6a22e79 in register_platform () from /usr/lib/libdc1394.so.22
#6  0xb6a3c782 in usb_init () from /usr/lib/libdc1394.so.22
#7  0xb632fd6c in CUSBBuildList (curList=<value optimized out>)
     at linux/cusblinux.c:287
#8  0xb63226be in CPhidgetManager_poll () at cphidgetmanager.c:236
#9  0xb632fc95 in CentralThreadFunction (lpdwParam=<value optimized out>)
     at cthread.c:197
#10 0x00986ab5 in start_thread () from /lib/libpthread.so.0
#11 0x008b183e in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb77c76f0 (LWP 3634)):
#0  0x0819ba09 in ?? ()
#1  0x08193458 in ?? ()
#2  0x081942cc in ?? ()
#3  0x0819487a in mono_class_init ()
#4  0x08075235 in ?? ()
#5  0x0805f0c0 in ?? ()
#6  0x0806089a in ?? ()
#7  0x080d0607 in ?? ()
#8  0xb77df066 in ?? ()
#9  0xbfb3dcb8 in ?? ()
#10 0xb7235842 in ?? ()
#11 0x091e2ed4 in ?? ()
#12 0x00000000 in ?? ()

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

bash: line 1:  3634 Aborted                 (core dumped) /usr/bin/mono 
--debug 
"/home/buho/Desktop/PhidgetsLidc1394Crashtest/test/test/bin/Debug/test.exe"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: buhochileno.vcf
Type: text/x-vcard
Size: 384 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100902/6f4f4fd7/attachment-0001.vcf 


More information about the Mono-devel-list mailing list