linuxstb / pidvbip

tvheadend client for the Raspberry Pi
http://www.pidvbip.org
GNU General Public License v2.0
53 stars 22 forks source link

Segmentation fault #14

Closed eindano closed 11 years ago

eindano commented 11 years ago

Hi,

Starting pidvbip causes a segmentation fault. Output from gdb:

Program received signal SIGSEGV, Segmentation fault. 0x0001a728 in gx_priv_save (state=0xbefff09c, res=0xb6f0930c) at graphics.c:250 250 res->context_bound = 1;

Environment: Raspbian Wheezy 2013-02-09 Tvheadend 3.3.525

If I disconnect the HDMI cabel pidvbip starts and the channel list is downloaded.

Any clue what the problem can be?

linuxstb commented 11 years ago

The most common cause of graphics-related errors is that you have not assigned enough GPU memory. I use 128MB (gpu_mem=128 in /boot/config.txt).

eindano commented 11 years ago

Thanks, now it works :-)