Andrius
2014-01-07 11:22:06 UTC
Time to time I am getting the crash in filebrowser when opening large project, with files located in several subfolders.
This error probably is related to the crash that was fixed in r8130 (there was exchange regarding that issue in late October).
The crash does not happens all the time, probably, in 80% of the starts it is loaded normally.
I am attaching log files when bluefish is loaded normally, and when crash happens. In crash file there is also backtrace.
In the files there are some extra g_print statements, that normally should not be there - I added them manually. ALso, this is development version of filebrowser2.c that uses different logic to mark bold opened files in the filebrowser, but I am sure that this should not cause this crash (actually the crash was happening time to time even before I introduced these changes).
I looks that now the crash happens after we emit row-delete signal and tree_model_filter is trying to do some rearrangement. It pickups some invalid iter in the process and then segfaults.
Andrius
This error probably is related to the crash that was fixed in r8130 (there was exchange regarding that issue in late October).
The crash does not happens all the time, probably, in 80% of the starts it is loaded normally.
I am attaching log files when bluefish is loaded normally, and when crash happens. In crash file there is also backtrace.
In the files there are some extra g_print statements, that normally should not be there - I added them manually. ALso, this is development version of filebrowser2.c that uses different logic to mark bold opened files in the filebrowser, but I am sure that this should not cause this crash (actually the crash was happening time to time even before I introduced these changes).
I looks that now the crash happens after we emit row-delete signal and tree_model_filter is trying to do some rearrangement. It pickups some invalid iter in the process and then segfaults.
Andrius