Closed dimkr closed 10 years ago
When the GTK+ save dialog shows up, the application enters an infinite malloc() loop. open_new_dir() is called endlessly.
It seems GTK+ does two readdir() loops, with a rewinddir() call between them. It doesn't work for luufs - I guess it's because of the FUSE single-call interface of readdir().
When the GTK+ save dialog shows up, the application enters an infinite malloc() loop. open_new_dir() is called endlessly.