Ticket #524 (closed defect: fixed)
Goto URL crashing Padre on FreeBSD
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.45 |
| Keywords: | Cc: |
Description
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138502
It seems that in this particular case the call to open a URL was crashing padre. When we patched padre to call the Wx::LaunchDefaultBrowser? in the main thread the crash went away.
The same user did not complain about Padre crashing in other thread-using processes nor have we received any similar report.
So far.
At this point I don't think we need to do anything unless we get can understand more specifically when does it happen. In any case it is likely a bug in the underlying C libraries.
Change History
comment:2 Changed 2 years ago by claudio
- Status changed from new to closed
- Resolution set to fixed
Fixed downstream by the freebsd "packagers": http://www.freebsd.org/cgi/query-pr.cgi?pr=138506&cat=ports

Is this still a problem after the task rewrite?