CNMAT / CNMAT-Externs

CNMAT Max/MSP externals
Other
96 stars 11 forks source link

granubuf crash - 64-bit mode #27

Closed equilet closed 9 years ago

equilet commented 9 years ago

steps:

– load help file – click on the [window buffer] tab – click on start audio

crash report:

https://gist.github.com/equilet/db4d0f0b9f07a96b8609

specs:

{ "version" : "Beta Version 7.0.2 (fdb00e1) (64-bit mac)", "platform" : "mac", "arch" : "x64", "osversion" : "Mac OS X Version 10.9.5 x86_64", "samplerate" : 44100, "iovs" : 512, "sigvs" : 512, "scheduler_in_audio_interrupt" : "off", "audio_drivername" : "Core Audio", "audio_driver_subname" : "", "license" : "permanent full", "eventinterval" : 2, "overdrive" : "on", "mixerparallel" : "on", "mixercrossfade" : 0, "mixerlatency" : 30.0, "mixerramptime" : 10.0, "videoengine" : "avf", }

equilet commented 9 years ago

I can confirm that these steps do not crash in 32-bit mode.

ramagottfried commented 9 years ago

thanks @equilet -- this has already been fixed on another branch. I'll update the master version.

ramagottfried commented 9 years ago

ok, try pulling, clean, and build -- does the problem go away?

equilet commented 9 years ago

yes - problem solved. thanks!