Hallo
Which version of the libpng do you use ?
> I found jpeg2yuv working on 2.4.31 (FC1) and 2.6.17 (FC4) but it
> crashes on 2.6.10 (FC3) (as well as on low-latency kernel
> 2.6.10-2.1.ll.rhfc3.ccrma)
I have not been able to reproduce that problem on my machine.
[...]
> #10 0x4cc3fffc in png_read_destroy () from /usr/lib/libpng12.so.0
> #11 0x4cc4043e in png_destroy_read_struct () from /usr/lib/libpng12.so.0
> #12 0x0804939f in decode_png (pngname=0xbffff830 "menu-bg.png", process=0,
> param=0xbffff930) at png2yuv.c:405
> #13 0x08049671 in main (argc=13, argv=0x8050180) at png2yuv.c:425
> (gdb) quit
That lookes strange.
> I am not a good programmer, but I could do further gdb-tests if this
> would be useful.
Would it be possible to recompile the png2yuv, and change a few lines ?
Add a few lines around:
png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
so it lookes like that:
if (setjmp(png_ptr->jmpbuf)) {
png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
return 2;
}
---ENDE---
you find theline in the png2yuv.c in line 405.
The other mail from you:
> png2yuv still crashes in __kernel_vsyscall ()
>
> This also happens if the System, which runs normaly with
> CCRMA-Low-Latency-Kernel is bootet with generic FC3-Kernel 2.6.10.
>
> I was wondering if libc could be involved but tried different
> LD_ASSUME_KERNEL : without sucess.
The thing about I have read is a problem with a pointer. But I didn't
find a solution.
> My lastest trial was to compile png2yuv static (on a different machine
> werepng2yuv works ) but did not find a way to do this:
>
> ./configure --enable-static-build does not lead to the desired
> result.
I don't think that this will make any difference.
auf hoffentlich bald,
Berni the Chaos of Woodquarter
Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mjpeg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users