Bug #76
segfault
0%
Description
Core was generated by @build.Linux/tvheadend'.
Program terminated with signal 11, Segmentation fault.
[New process 9923]
[New process 9947]
[New process 9941]
[New process 9931]
[New process 9930]
[New process 9929]
[New process 9928]
[New process 9926]
[New process 9924]
#0 gtimer_arm_abs (gti=0x846ccbc, callback=0x804f2b0 <epg_ch_check_current_event>, opaque=0x846cc58, when=1246452300)
at /home/banan/hts2/tvheadend/src/main.c:100
100 if(a->gti_expire < b->gti_expire)
(gdb) bt
#0 gtimer_arm_abs (gti=0x846ccbc, callback=0x804f2b0 <epg_ch_check_current_event>, opaque=0x846cc58, when=1246452300)
at /home/banan/hts2/tvheadend/src/main.c:100
#1 0x0804f1b3 in epg_remove_event_from_channel (ch=<value optimized out>, e=0x84688c0) at /home/banan/hts2/tvheadend/src/epg.c:325
#2 0x0804b654 in main (argc=152297656, argv=0x914aaf0) at /home/banan/hts2/tvheadend/src/main.c:206
(gdb) print a->gti_expire
Undefined command: "pnt". Try "help".
(gdb) print a
No symbol "a" in current context.
(gdb) print b
No symbol "b" in current context.
(gdb)
History
Updated by Andreas Smas almost 15 years ago
- Status changed from New to Fixed
- Found in version set to worksforme
Probably fixed?
Have never seen it nor heard of it again.