| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FlameRobin-26.6.15-x64.msi | 2026-06-19 | 4.5 MB | |
| flamerobin-portable-26.6.15-x64.zip | 2026-06-19 | 20.7 MB | |
| FlameRobin-26.6.15-x86.msi | 2026-06-19 | 4.1 MB | |
| flamerobin-portable-26.6.15-x86.zip | 2026-06-19 | 19.1 MB | |
| flamerobin-26.6.15.flatpak | 2026-06-19 | 14.1 MB | |
| flamerobin_26.6.15_amd64.snap | 2026-06-19 | 24.7 MB | |
| flamerobin-26.6.15.deb | 2026-06-19 | 85.6 MB | |
| flamerobin-macos-26.6.15.zip | 2026-06-19 | 7.2 MB | |
| FlameRobin 26.6.15 source code.tar.gz | 2026-06-19 | 1.3 MB | |
| FlameRobin 26.6.15 source code.zip | 2026-06-19 | 1.8 MB | |
| README.md | 2026-06-19 | 1.4 kB | |
| Totals: 11 Items | 183.1 MB | 0 | |
FlameRobin 26.6.15
This release fixes a critical fatal error/crash that occurred when disconnecting from a database while transactions were still active in open SQL editor frames. It also integrates Google Crashpad for local post-mortem crash report (minidump) collection.
Core Changes
- Database Disconnection & Open Transaction Crash Fix:
- Fixed a bug where disconnecting a database with active transactions in open SQL Editor frames caused
std::terminateor memory access violations. - Added database connection status checks in
doCanClose()to bypass transaction validation on already-disconnected databases. -
Added explicit transaction rollback in
doCanClose()when the user chooses "Rollback Transaction" (or when configured viaDIALOG_ActiveTransactionoption8/wxNO), ensuring transaction state is cleared cleanly while the database is still active. -
Crashpad Crash Dump Integration:
- Integrated Google Crashpad to automatically capture and write minidumps locally upon application crash or unhandled/fatal exceptions, facilitating post-mortem debugging.
- Added a post-build CMake step to copy
crashpad_handler.exeautomatically next to the main binary. - Added detailed user documentation at
docs/crashpad_howto.mdon how to configure and debug these minidumps with Visual Studio and WinDbg.