Ticket #581 (closed defect: moved to bitbucket haikuports site)
Opened 3 years ago
Last modified 6 months ago
Allegro apps don't exit
| Reported by: | pulkomandy | Owned by: | pulkomandy |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | media-libs/allegro | Version: | |
| Severity: | normal | Keywords: | GCI patch |
| Cc: |
Description
When an Allegro application finishes running, the BApplication is not destroyed and some threads are left behind.
Attachments
Change History
Changed 3 years ago by pulkomandy
- attachment bsysapi.patch added
comment:1 Changed 3 years ago by scottmc
- Owner changed from scottmc to pulkomandy
Can you check this patch with 4.4.1.1 on gcc2 and gcc4 and verify that it fixes the issue on both and if so then make a proper working patch to go in the allegro/patches directory? and also then get it upstreamed to allegro? You already have svn commit rights so once you verify, you can go ahead and commit it.
Changed 3 years ago by scottmc
- attachment nocrash.patch added
updated patch the removed unlock(), maybe it needs to be placed elsewhere?
Changed 2 years ago by richienyhus
- attachment protocol.txt added
comment:2 Changed 2 years ago by richienyhus
- Keywords GCI, has patch added
comment:3 Changed 2 years ago by richienyhus
- Keywords GCI added; GCI, has removed
comment:4 Changed 6 months ago by scottmc
- Resolution set to moved to bitbucket haikuports site
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fix application quit cycle to avoid freezing or crashing.