Alexander Sack asked me to look into this.
I can reproduce the problem on Ubuntu maverick, and I fact I get this
compile-time warning that already indicates the problem:
In function 'memset',
inlined from 'g_bsearch_array_create' at
/home/uweigand/linaro/glib2.0-2.25.12/glib/gbsearcharray.h:1
Hi,
probably an optimization problem? Given the test program
extern void g_type_init(void);
int main(int an, char **ac) {
(void)g_type_init();
return 0;
}
I get this backtrace:
#0 g_bsearch_array_create ()
at
/build/buildd-glib2.0_2.25.12-1-i386-5iccNM/glib2.0-2.25.12/
2 matches
Mail list logo