Re: glib-1.2.0 Solaris 2.5




fpetitje@bureauveritas.com writes:

>   At the end of testglib.c (version 1.2.0) we have :
> 
>   g_printerr ("g_log tests:");
>   g_warning ("harmless warning with parameters: %d %s %#x", 42, "Boo",
> 12345);
>   g_message ("the next warning is a test:");
>   string = NULL;
>   g_print (string);
> 
>   g_print ("checking endian macros (host is ");
> 
>  This does not work on Solaris 2.5. It triggers a segmentation fault (core
> dump), not an harmless warning! If g_print (string); is commented out,
> testglib runs fine.

I believe that this is a symptom of you doing:

 ./configure --disable-debug

We probably need to put an appropriate conditional around
that test.

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]