Hmm, it successfully gets to the end of the BEGIN block that calls
loadModule, do you have any ideas where to print next?
In case it's useful, here's a gdb stacktrace of the segv, but there is
no symbol table info, so I can't do anything like "info locals"
Code:
--------------------
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -144542032 (LWP 10363)]
0x000000ff in ?? ()
(gdb) t
[Current thread is 2 (Thread -144542032 (LWP 10363))]
(gdb) backtrace
#0 0x000000ff in ?? ()
#1 0x080bdaa1 in Perl_pp_entersub ()
#2 0x080bc379 in Perl_runops_standard ()
#3 0x080626be in Perl_magicname ()
#4 0x080632ee in Perl_call_sv ()
#5 0x0806360e in Perl_call_list ()
#6 0x08097bef in Perl_newATTRSUB ()
#7 0x08087d7d in Perl_yyparse ()
#8 0x080ebd7e in Perl_pp_range ()
#9 0x080edabb in Perl_pp_require ()
#10 0x080bc379 in Perl_runops_standard ()
#11 0x080626be in Perl_magicname ()
#12 0x080632ee in Perl_call_sv ()
#13 0x0806360e in Perl_call_list ()
#14 0x08097bef in Perl_newATTRSUB ()
#15 0x080960fb in Perl_utilize ()
#16 0x08087413 in Perl_yyparse ()
#17 0x080ebd7e in Perl_pp_range ()
#18 0x080edabb in Perl_pp_require ()
#19 0x080bc379 in Perl_runops_standard ()
#20 0x080626be in Perl_magicname ()
#21 0x080632ee in Perl_call_sv ()
#22 0x0806360e in Perl_call_list ()
#23 0x08097bef in Perl_newATTRSUB ()
#24 0x080960fb in Perl_utilize ()
#25 0x08087413 in Perl_yyparse ()
#26 0x080ebd7e in Perl_pp_range ()
#27 0x080edabb in Perl_pp_require ()
#28 0x080bc379 in Perl_runops_standard ()
#29 0x080626be in Perl_magicname ()
#30 0x080632ee in Perl_call_sv ()
#31 0x0806360e in Perl_call_list ()
#32 0x08097bef in Perl_newATTRSUB ()
#33 0x080960fb in Perl_utilize ()
#34 0x08087413 in Perl_yyparse ()
#35 0x08066381 in perl_free ()
#36 0x080671cc in perl_parse ()
#37 0x0805ff72 in main ()
--------------------
Any suggestions?
------------------------------------------------------------------------
mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=113274
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter