Changes between Version 6 and Version 7 of Ticket #9858, comment 25
- Timestamp:
- Jul 9, 2014, 7:08:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9858, comment 25
v6 v7 14 14 My intuition is that the heap corruption occurs at that time, as "cookies" are allocated for accessing attributes. In the syslog with my extra tracing I can see that there are "cross-overs" between free_cookie() and allocate_cookie(), maybe the code is getting confused there.. esp. confused with regard to the fName label that ends up being interpreted as a pointer instead of a text string.. Dunno. I'm not nearly skilled enough to debug this efficiently. 15 15 16 EDIT-n: failing all the above, in the future I might still take a look at creating a recipe for the "cdda2wav" utility, which fails to run on HaikuPM currently, fix it up and re place cdda with that.. But that's a long shot.16 EDIT-n: failing all the above, in the future I might still take a look at creating a recipe for the "cdda2wav" utility, which fails to run on HaikuPM currently, fix it up and re-organize our application to use that command-line tool instead of the cdda filesystem.. But that's a long shot. 17 17