WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
106182
Regression(
r138786
): Causes webaudio tests to crash
https://bugs.webkit.org/show_bug.cgi?id=106182
Summary
Regression(r138786): Causes webaudio tests to crash
Chris Dumez
Reported
2013-01-05 11:07:10 PST
<
http://trac.webkit.org/changeset/138786
> is causing webaudio tests to crash when using gstreamer 0.10.36: crash log for WebProcess (pid <unknown>): STDOUT: Timed out waiting for initial response from web process STDERR: #PROCESS UNRESPONSIVE - WebProcess Tests failing:
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r138834%20%287688%29/results.html
Attachments
Patch
(2.03 KB, patch)
2013-01-05 14:26 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Patch
(2.11 KB, patch)
2013-01-06 02:28 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Patch
(2.11 KB, patch)
2013-01-06 09:30 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2013-01-05 13:37:23 PST
backtrace:
http://pastebin.com/TB3mKWeW
Chris Dumez
Comment 2
2013-01-05 13:46:05 PST
GST_DEBUG=webkit*:5 trace crash log for WebProcess (pid <unknown>): STDOUT: Timed out waiting for initial response from web process STDERR: 0:00:02.940318621 ^[[333m 4184^[[00m 0x102c990 ^[[36mDEBUG ^[[00m ^[[00m webkitwebaudiosrc /home/chris/unencrypted/WebKit/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:430:webKitWebAudioSrcChangeState:<webkitwebaudiosrc0>^[[00m PLAYING->PAUSED STDERR: #PROCESS UNRESPONSIVE - WebProcess
Chris Dumez
Comment 3
2013-01-05 13:51:35 PST
Better backtrace with gstreamer debug symbols:
http://pastebin.com/naBeKqHi
Chris Dumez
Comment 4
2013-01-05 14:26:44 PST
Created
attachment 181445
[details]
Patch I found the part of the patch that caused the regression. I'm proposing a partial revert since the part in question does not seem essential.
Chris Dumez
Comment 5
2013-01-05 14:46:12 PST
Of course, feel free to reassign and make a proper fix if you prefer not to revert this part. I am also happy to test patches if needed.
Philippe Normand
Comment 6
2013-01-06 01:59:06 PST
I don't have time to test the patch now but if it works with gst 1.0 I'd be fine marking it r+. Those changes were made based on the gst 1.0 docs of gstbasesrc IIRC so if the revert doesn't work with 1.0 you can use ifdefs. The test timeouts were due to the source element never going to PLAYING BTW, maybe the ChangeLog can mention that. Thanks!
Chris Dumez
Comment 7
2013-01-06 02:22:49 PST
(In reply to
comment #6
)
> I don't have time to test the patch now but if it works with gst 1.0 I'd be fine marking it r+. > > Those changes were made based on the gst 1.0 docs of gstbasesrc IIRC so if the revert doesn't work with 1.0 you can use ifdefs. > > The test timeouts were due to the source element never going to PLAYING BTW, maybe the ChangeLog can mention that. Thanks!
I haven't tested with gstreamer 1.0. It would be good if someone using GTK port could. I'll update the Changelog.
Chris Dumez
Comment 8
2013-01-06 02:28:18 PST
Created
attachment 181455
[details]
Patch Update Changelog.
Chris Dumez
Comment 9
2013-01-06 09:30:20 PST
Created
attachment 181461
[details]
Patch Update Changelog again. As it turns out, the regression does not affect gstreamer 0.10.x only. I have built webkitgtk with web audio support on and I can reproduce the same issue (unresponsive WebProcess). My patch works fine on webkitgtk / gstreamer 1.0 and webkitefl / gstreamer 0.10.
Chris Dumez
Comment 10
2013-01-07 01:15:16 PST
Temporarily skipping those test cases for WK2 EFL until this regression is fixed:
http://trac.webkit.org/changeset/138930
Chris Dumez
Comment 11
2013-01-07 05:23:25 PST
Comment on
attachment 181461
[details]
Patch Clearing cq for now. I'll update the patch to unskip the test cases.
Chris Dumez
Comment 12
2013-01-07 05:27:46 PST
Committed
r138935
: <
http://trac.webkit.org/changeset/138935
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug