Custom Query (1030 matches)
Results (940 - 942 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #491 | fixed | search files... window not active when appear first time | ||
| Description |
When I choose the search files.. in the menu, the first time I have to klick in the window to make it active to start to use it. After that the window is active when it comes up. |
|||
| #1004 | worksforme | segfault (ICE) on gnome 2 header when creating FFI file | ||
| Description |
In the course of rebuilding the interface headers, I got an ICE on Debian unstable on an i386 system. This error does not show up on Debian squeeze (stable). This corresponds to the file x86-headers/gnome2/C/populate.sh in the sources, whose content is
##################################################
#!/bin/sh
CFLAGS="-m32"; export CFLAGS
h-to-ffi.sh The error is: In file included from /usr/include/libgnomeui-2.0/libgnomeui/libgnomeui.h:34, from /usr/include/libgnomeui-2.0/gnome.h:7: /usr/include/libgnomeui-2.0/libgnomeui/gnome-app.h:58: internal compiler error: Segmentation fault I have therefore disabled the building of the ffi for this header. I don't get any errors for the other headers. I have no idea what information would be useful or relevant, so let me know what information you need. |
|||
| #1029 | invalid | segfault during GC | ||
| Description |
While running our code in production, we have been catching this "interesting" segfault, seemingly in the middle of garbage collection. We strongly suspect our code was trying to print an XML message at that time using libxml2, which may or may not suggest some interaction between GC and FFI. Xref: ITA bug 122988 |
|||
