Closed eindano closed 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?
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).
Thanks, now it works :-)
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?