Robert Lunnon wrote:
The following problem is evident under solaris NULL pointer passed to printf I'm not sure if this is a poblem with the spec file or winebuild.... Still it's not good to pass NULL pointers to printf
Afaik on Linux a NULL string will be printed as "(nil)"

bye
        michael

Starting program: /export/home/src/wine2004/wine/tools/winebuild/winebuild -w --def -o amstream/amstream.spec.def --export amstream/amstream.spec

Program received signal SIGSEGV, Segmentation fault.
0xd2722a6c in strlen () from /usr/lib/libc.so.1
(gdb) bt
#0 0xd2722a6c in strlen () from /usr/lib/libc.so.1
#1 0xd2777d3e in _ndoprnt () from /usr/lib/libc.so.1
#2 0xd277a8b7 in fprintf () from /usr/lib/libc.so.1
#3 0x0805d962 in BuildDef32File (outfile=0x8077078, spec=0x8077630) at spec32.c:848
#4 0x08054819 in main (argc=7, argv=0x80477f4) at main.c:469




--
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: [EMAIL PROTECTED]
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart




Reply via email to