littleblank / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Gimp crashes during file operations #231

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When a file operation (ex: open or save), or probably anytime gimp uses a glib 
- generic marshaller, the underlying implementation relies on libffi, which 
currently is just abort stubs. These cause gimp to crash where it could 
probably recover (when I use open and save, it seems to actually open the file 
and display the image on the screen, but it aborts in another thread causing 
gimp to crash).

possible fix, change the libffi stubs from abort to simply display a warning 
message.

Original issue reported on code.google.com by josephpe...@google.com on 4 Aug 2015 at 10:14