We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression from 5.2.9.1
Thread 18 Crashed: 0 neoSphere 0x104f83c44 res2_inverse + 380 1 neoSphere 0x104f84d68 mapping0_inverse + 632 2 neoSphere 0x1056a81e0 _fetch_and_process_packet + 152 3 neoSphere 0x1056a88d0 ov_read_filter + 132 4 neoSphere 0x1056a8be4 ov_read + 24 5 neoSphere 0x1055f430c ogg_stream_update + 212 (ogg.c:407) 6 neoSphere 0x10566a018 _al_kcm_feed_stream + 524 (kcm_stream.c:727) 7 neoSphere 0x104fb5c4c thread_func_trampoline + 156 (threads.c:80) 8 neoSphere 0x104ff25b8 thread_proc_trampoline + 16 (uxthread.c:44) 9 libsystem_pthread.dylib 0x181acef94 _pthread_start + 136 10 libsystem_pthread.dylib 0x181ac9d34 thread_start + 8
Possibly caused by 00b7f8c
The text was updated successfully, but these errors were encountered:
If it makes a difference (seems unlikely but you never know), this was tested with a static (SHARED=0) build of Allegro.
SHARED=0
Sorry, something went wrong.
Fix a data race between the feeder thread and attaching of the stream…
7648fdf
… to the mixer. This is done by by ensuring the stream is pre-filled before attaching is possible. Possibly related to #1561
No branches or pull requests
Regression from 5.2.9.1
Possibly caused by 00b7f8c
The text was updated successfully, but these errors were encountered: