Hi Hermann :)

you noticed yourself, that you sent this mail 2 minutes before off-list :D.

> int
> main (int argc, char* argv[])
>   {
>     int * weh = 0;
>     int oh = *weh;
>
>     return 0;
>   }

It's fine broken and I got a core file for my broken 64 Studio Lenny
install.

    [EMAIL PROTECTED]:~/Desktop$ gcc textfile.c -o broken
    [EMAIL PROTECTED]:~/Desktop$ ./broken
    Segmentation fault
    [EMAIL PROTECTED]:~/Desktop$ ulimit -c
    0
    [EMAIL PROTECTED]:~/Desktop$ ulimit -c 1234567890
    [EMAIL PROTECTED]:~/Desktop$ ./broken
    Segmentation fault (core dumped)

I'll test it later for Suse 11.0. I could do a Qsynth debugging for my
64 Studio 2.1 Etch, but it should work for Suse too.

Thank you,
Ralf

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
64studio-users mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-users

Reply via email to