Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112434 - xawtv fails on xinerama
Summary: xawtv fails on xinerama
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-13 10:23 UTC by R. May
Modified: 2006-02-04 09:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R. May 2005-11-13 10:23:57 UTC
Hello,

if I use xawtv without xinerama it but with I get this:

xawtv
This is xawtv-3.94, running on Linux/i686 (2.6.14-gentoo-r2)
xinerama 0: 1600x1200+0+0
xinerama 1: 1400x1050+1600+0
Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to
type FontStruct
Speicherzugriffsfehler

Regards Roland

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-13 04:31:10 UTC
Can you set LC_ALL=C to get the english version of "Speicherzugriffsfehler" and reopen? I have no idea what it could mean.
Comment 2 Matthias Schwarzott gentoo-dev 2006-01-13 13:07:21 UTC
@Flameeyes:
This means "segmentation fault"
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-13 13:18:20 UTC
Okay that make sense.
Please post emerge info.
Then if you're using portage 2.1_pre3, try adding -g -ggdb to your CFLAGS/CXXFLAGS and splitdebug to your FEATURES, then

ulimit -c unlimited # enables the core files
xawtv # wait for crash

it should leave a "core" file, so now

gdb `which xawtv` --core core

and at the gdb prompt

bt full

and post the output.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-04 09:00:31 UTC
Please try to get a backtrace and make sure you're using xext useflag if you plan to use xinerama.