[Linux] Cubic and Spline interpolation crash

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [Linux] Cubic and Spline interpolation crash

Re: [Linux] Cubic and Spline interpolation crash

by Blzut3 » Tue Jul 15, 2014 7:09 pm

This is a 64-bit issue. I have confirmed that the 32-bit version works properly. http://forum.zdoom.org/viewtopic.php?f=2&t=28245

I have disabled them accordingly.

Re: [Linux] Cubic and Spline interpolation crash

by Edward-san » Wed Jun 04, 2014 5:30 am

I can reproduce with zandronum 1.x (based on r1551) and with 2.0 (based on r2509) ... it seems an error inside fmodex itself.

Re: [Linux] Cubic and Spline interpolation crash

by Edward-san » Wed Jun 04, 2014 4:50 am

which version of fmodex are you using?

[edit]nvm, I can reproduce the crash pretty well in my linux x64 setup. My fmod version is 4.26.36. I'll give more info later.

[Linux] Cubic and Spline interpolation crash

by Marisa the Magician » Tue Jun 03, 2014 1:22 pm

Since... I don't even know. Setting sound interpolation to cubic or spline results in a crash. Haven't verified if this is x86_64-only.
From gdb all I can see is that it's a segmentation fault in libfmodex.so itself, in FMOD_Resampler_Cubic() and FMOD_Resampler_Spline(), respectively.

I don't experience this issue if I build ZDoom with the latest fmodex, but doing that breaks other things, so it's not a great solution.

This doesn't really count as an actual "ZDoom bug", though, so I guess there's no way to really fix anything.

Top