Bug #433
Audacious crashes on CYGWIN
0%
Description
I have configured and compiled successfully on CYGWIN both Audacious and its plugins.
If it is launched from xterm, the player shows itself on the X server.
However, it brutally crashes as soon as some functions are selected, for example when the user tries to open a new file and after doing some debugging with printf() on the console, the origin of the crash seems to be into src/libaudgui/ui_fileopener.c, in the function create_filebrowser(), at least apparently.
When the execution reaches this line:
gtk_container_add(GTK_CONTAINER(window), vbox);
the crash happens.
Both 'window' and 'vbox' are not NULL.
However, I must say that it also crashes in other circumstances, not related to the previous case, for example when opening the properties of the file writer plugin.
I have not idea about what it happens, however I signal the fact, perhaps there is an issue hidden somewhere, for some reasons not visible on other platforms but highlighted on CYGWIN. GTK+ is version 3.10.7.
History
#1 Updated by John Lindgren over 10 years ago
- Status changed from New to Rejected
We do not support Cygwin, and I do not have time to spend on "perhaps there is an issue hidden somewhere". Feel free to investigate this further on your own, but there is no point in reporting it here until you can identify the actual bug.