Segfaults on Pixbuf.Save()
Brought to you by:
delusional
When attempting to set an album cover from the
filesystem by either drag-n-drop or path, it dies on
cover.Save(cover_fpath, "png") in CoverLibrary.cs.
Since it is in non-managed code, this is internal to
mono. May be that this func is broken on amd64 only.
Further testing needed.
Logged In: YES
user_id=1009668
This works fine on my system. Things to check:
* ~/.bluefunk/covers/ folder exists. If it doesn't, perhaps
I need to create it.
* See what cover_fpath is: is it a crazy values that isn't a
valid path?
I shall check this out... could be that the Gdk Pixbuf C
code isn't amd64 safe too?