Bug 331271
Summary: | dvgrab gets SEGV during exit cleanup | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pat Kane <pekane52> |
Component: | dvgrab | Assignee: | Jarod Wilson <jarod> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8 | CC: | fenlason, krh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-10-23 20:25:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Pat Kane
2007-10-14 10:38:02 UTC
Please let me know if you can still reproduce this with libraw1394-1.3.0-2.fc8, which carries the fix for bug 328011, which does seem like it might take care of this as well. Packages can be fetched straight out of koji if they aren't in the development/f8 repo just yet. http://koji.fedoraproject.org/packages/libraw1394/1.3.0/2.fc8/ Never mind, I've reproduced it with dvgrab-3.0-1.fc8 and libraw1394-1.3.0-2.fc8, problem still exists. ...and now I've got a fix for dvgrab. I don't quite fully understand why a few things are going on in this code[*], need to talk to upstream, but I'm going to push this update ASAP since it fixes the segfault. [*] like StopReceive() calling iec61883_dv_fb_close() instead of iec61883_dv_fb_stop(), since Close() calls iec61883_dv_fb_close() as well, and making that change makes things play nice w/juju... The version at http://koji.fedoraproject.org/packages/dvgrab/3.0/2.fc8/ has fixed the problem. Thank you for fixing this annoyance. Pat ---- P.S. Another annoyance I have with my DV equipment is that sometimes my F8T3 laptop can not find that Canopus converter box. For example late last night I tried to test this bug fix but dvgrab could not "see" the Firewire converter box, I rebooted to a few different recent kernels but had no better luck -- I turned everything off and went to bed. This morning I booted to my default system (2.6.23-1.fc8) and dvgrab worked okay. I notice that when it does work I get a kernel INFO msg about a possible recursive lock from firewire_core. (bug 323411) I posted the patch to the kino-dev mailing list last night, will see what folks have to see there. In the mean time, this patched dvgrab is now slated for inclusion in Fedora 8, and I'm going to close the bug. dvgrab-3.0-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dvgrab' |