[00:05:58] *** Duggan has quit IRC [00:48:00] *** Duggan has joined #haiku-jp [02:21:22] *** Duggan has quit IRC [04:57:15] <CIA-123> anevilyak * r42434 /haiku/trunk/src/apps/debugger/dwarf/DwarfFile.cpp: [04:57:15] <CIA-123> In the case where the .eh_frame section was used, Debugger was reading the [04:57:15] <CIA-123> exception table address at the wrong location, leading to totally bogus values [04:57:15] <CIA-123> for the alignment factors and return register, which ultimately resulted in [04:57:15] <CIA-123> failing to reconstruct the CFI. (.eh_frame Format reference: [04:57:16] <CIA-123> http://refspecs.freestandards.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html ) [04:57:17] <CIA-123> Fixes #7818. [06:12:16] *** Duggan has joined #haiku-jp [11:11:15] <CIA-123> pulkomandy * r42435 /haiku/trunk/src/add-ons/media/media-add-ons/mixer/Interpolate.cpp: (log message trimmed) [11:11:15] <CIA-123> fix bugs in interpolating resampler : [11:11:15] <CIA-123> * I got the downsampling version completely wrong. It should now be much better. [11:11:15] <CIA-123> * A small bug in the delta calculation sometimes caused an off-by-one read to the source and a crash of the media add-on server [11:11:15] <CIA-123> Effect of this resampler can be heard very clearly using the following setup in Cortex : [11:11:15] <CIA-123> * Demo Audio producer producing a sinewave at any frequency (sampling rate is hardcoded at 44100Hz) [11:11:16] <CIA-123> * Audio output set to 48000 Hz [15:03:07] <CIA-123> pulkomandy * r42436 /haiku/trunk/src/add-ons/media/media-add-ons/mixer/ (Interpolate.cpp MixerSettings.cpp): [15:03:07] <CIA-123> * Fix one more off-by-one error in the interpolating resampler [15:03:07] <CIA-123> * Since it now doesn't crash anymore; set it as default. [15:45:17] <CIA-123> anevilyak * r42437 /haiku/trunk/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp: [15:45:17] <CIA-123> Resolve TODO: If a function is selected by other means than the stack [15:45:17] <CIA-123> trace view, but we have a call frame matching that function, then jump [15:45:17] <CIA-123> to that frame in the stack trace view as well. [16:16:53] <CIA-123> bga * r42438 /haiku/trunk/src/add-ons/accelerants/vesa/mode.cpp: [16:16:53] <CIA-123> Fix crash in VESA accelerant. [19:40:22] <CIA-123> anevilyak * r42439 /haiku/trunk/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp: Need to acquire a reference here as well. [22:33:26] <CIA-123> axeld * r42440 /haiku/trunk/src/add-ons/accelerants/common/create_display_modes.cpp: * Don't crash if initialModes is NULL, but the count is not.