[Bug 768518] crash in resampler_basic_direct_single
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 7 14:18:23 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768518
--- Comment #5 from Marcin Lewandowski <marcin at saepia.net> ---
When I run it via valgrind, I get
==25600==
==25600== Process terminating with default action of signal 7 (SIGBUS)
==25600== Non-existent physical address at address 0x403B000
==25600== at 0xD237B05: resampler_basic_direct_single (resample.c:507)
==25600== by 0xD2378B5: speex_resampler_process_native (resample.c:1118)
==25600== by 0xD2390EE: resample_float_resampler_process_float
(resample.c:1197)
==25600== by 0xD23961B: resample_float_resampler_process_interleaved_float
(resample.c:1315)
==25600== by 0xD2358D9: gst_audio_resample_process (gstaudioresample.c:1110)
==25600== by 0xD2358D9: gst_audio_resample_transform
(gstaudioresample.c:1240)
==25600== by 0xCB5EE70: default_generate_output (gstbasetransform.c:2180)
==25600== by 0xCB5EA63: gst_base_transform_chain (gstbasetransform.c:2333)
==25600== by 0x62532BD: gst_pad_chain_data_unchecked (gstpad.c:4192)
==25600== by 0x62532BD: gst_pad_push_data (gstpad.c:4429)
==25600== by 0x62582D2: gst_pad_push (gstpad.c:4548)
==25600== by 0xCB5EA40: gst_base_transform_chain (gstbasetransform.c:2369)
==25600== by 0x62532BD: gst_pad_chain_data_unchecked (gstpad.c:4192)
==25600== by 0x62532BD: gst_pad_push_data (gstpad.c:4429)
==25600== by 0x62582D2: gst_pad_push (gstpad.c:4548)
==25600==
==25600== HEAP SUMMARY:
==25600== in use at exit: 3,151,718 bytes in 25,702 blocks
==25600== total heap usage: 622,344 allocs, 596,642 frees, 116,659,491 bytes
allocated
==25600==
==25600== LEAK SUMMARY:
==25600== definitely lost: 16,480 bytes in 3 blocks
==25600== indirectly lost: 136 bytes in 3 blocks
==25600== possibly lost: 6,356 bytes in 68 blocks
==25600== still reachable: 2,955,362 bytes in 24,857 blocks
==25600== of which reachable via heuristic:
==25600== length64 : 3,920 bytes in 80 blocks
==25600== newarray : 2,112 bytes in 52 blocks
==25600== suppressed: 0 bytes in 0 blocks
==25600== Rerun with --leak-check=full to see details of leaked memory
==25600==
==25600== For counts of detected and suppressed errors, rerun with: -v
==25600== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list