Summary: | xawtv segfaults and nothing is displayed | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Alfredo <alfre> | ||||||
Component: | xawtv | Assignee: | Than Ngo <than> | ||||||
Status: | CLOSED WONTFIX | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 9 | CC: | edwinh | ||||||
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: | 2003-08-18 10:08:59 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Attachments: |
|
Description
Alfredo
2003-04-12 00:36:23 UTC
Created attachment 91091 [details]
Ouput from lspci -vv
Created attachment 91092 [details]
Output from strace xawtv
I have the same problem. This is on a system newly upgraded from RH 7.3 to RH 9, running kernel 2.4.20-13.9, with xawtv 3.81-6. It looks like the problem is that xawtv is unhappy with NPTL, the new threads package. It works if you use the following command line: LD_ASSUME_KERNEL=2.4.1 xawtv Hope this helps. yes, it looks like ntpl problem. You have to set LD_ASSUME_KERNEL=2.4.19 before starting xawtv. LD_ASSUME_KERNEL=2.4.19 xawtv |