chienbv / sacd-ripper

Automatically exported from code.google.com/p/sacd-ripper
GNU General Public License v2.0
0 stars 0 forks source link

sacd_extract: DST to DSD decoding crashes on Mac OS X #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run sacd_extract with -c option using DST encoded image as input.

What is the expected output? What do you see instead?
Output file containing DSD content should be generated. sacd_extract crashes 
with an error message "Segmentation fault: 11".

What version of the product are you using? On what operating system?
sacd_extract 0.3.5. Mac OS X 10.7.x Lion

Please provide any additional information below.

sacd_extract was compiled with standard ccMake configuration i.e. c + g was 
used to generate make files without any configuration changes.

Original issue reported on code.google.com by tero.mol...@gmail.com on 30 Dec 2011 at 3:55

GoogleCodeExporter commented 9 years ago
This is a known issue on OS X. Until now I haven't been able to trace back the 
problem. There is obviously something wrong with memory corruption, but I have 
no idea where to look (in my VM it only segfaults on release builds).

This issue remains open until OS X is officially supported, for now OS X is not 
supported.

Original comment by mr_wic...@hotmail.com on 3 Jan 2012 at 11:36

GoogleCodeExporter commented 9 years ago
OS X support has now been fixed, it turned out the thread stack size was too 
small which caused the memory corruption.

Original comment by mr_wic...@hotmail.com on 9 Jan 2012 at 11:54

GoogleCodeExporter commented 9 years ago
Hello
I have the same problem with v0.3.6 on mac os 10.7.3

sacd_extract -i ../PG.ISO -P
Segmentation fault: 11

Original comment by t...@thdevita.com on 23 Feb 2012 at 2:08

GoogleCodeExporter commented 9 years ago
Remove the space between -i and ../PG.ISO will fix that..

Correct command is:

sacd_extract -i../PG.ISO -P

Original comment by prxi...@gmail.com on 1 Mar 2012 at 8:56