MegaTunix backtrace

Questions specific to Megatunix - alternate tuning software that runs on unix and windows.
Note that Megatunix is obsolete.

Moderator: djandruczyk

Post Reply
dr.diesel
MS/Extra Newbie
Posts: 4
Joined: Tue Aug 24, 2004 6:09 pm
Location: Terre Haute, IN

MegaTunix backtrace

Post by dr.diesel »

Dave, I had problems with your sourceforge email. Normally I'd just email this.

Code: Select all

Delivery to the following recipient failed permanently:

    extace@users.sourceforge.net

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 unknown user (state 14).
Looks like your in heavy development, but just in case this help. Happens just after clicking the "Load" Firmware button, Standard BG for me. Git pull as of today.

Code: Select all

Program received signal SIGSEGV, Segmentation fault.
0x0000000000444f07 in free_tests_array ()
(gdb) backtrace
#0  0x0000000000444f07 in free_tests_array ()
#1  0x000000000045b775 in set_offline_mode ()
#2  0x000000343783c4cb in g_timeout_dispatch (source=<value optimized out>, callback=<value optimized out>, user_data=<value optimized out>)
    at gmain.c:3396
#3  0x000000343783bd02 in g_main_dispatch (context=0x7cf550) at gmain.c:1960
#4  IA__g_main_context_dispatch (context=0x7cf550) at gmain.c:2513
#5  0x000000343783fae8 in g_main_context_iterate (context=0x7cf550, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2591
#6  0x000000343783fff5 in IA__g_main_loop_run (loop=0x9498d0) at gmain.c:2799
#7  0x00000034401493c7 in IA__gtk_main () at gtkmain.c:1219
#8  0x0000000000450534 in main ()
(gdb) 
Thanks
Andy
djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

Re: MegaTunix backtrace

Post by djandruczyk »

for traces to be of value, megatunix needs to be compiled with debugging enabled

Code: Select all

make clean ; ./configure --enable-debug ; make ; sudo make install
Be sure to pull from git, as I've been making multiple push's to the master repo per day on a good day.
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
dr.diesel
MS/Extra Newbie
Posts: 4
Joined: Tue Aug 24, 2004 6:09 pm
Location: Terre Haute, IN

Re: MegaTunix backtrace

Post by dr.diesel »

My bad, here it is again with yesterday's git, today's does not crash! Thanks!

Code: Select all

Program received signal SIGSEGV, Segmentation fault.
0x000000000045a9b4 in free_tests_array (tests=0x0) at interrogate.c:1344
1344		for (i=0;i<tests->len;i++)
(gdb) backtrace
#0  0x000000000045a9b4 in free_tests_array (tests=0x0) at interrogate.c:1344
#1  0x0000000000471ec5 in set_offline_mode () at offline.c:178
#2  0x000000343783c4cb in g_timeout_dispatch (source=<value optimized out>, callback=<value optimized out>, 
    user_data=<value optimized out>) at gmain.c:3396
#3  0x000000343783bd02 in g_main_dispatch (context=0x7fb550) at gmain.c:1960
#4  IA__g_main_context_dispatch (context=0x7fb550) at gmain.c:2513
#5  0x000000343783fae8 in g_main_context_iterate (context=0x7fb550, block=1, dispatch=1, self=<value optimized out>)
    at gmain.c:2591
#6  0x000000343783fff5 in IA__g_main_loop_run (loop=0x9758d0) at gmain.c:2799
#7  0x00000034401493c7 in IA__gtk_main () at gtkmain.c:1219
#8  0x000000000046389d in main (argc=1, argv=0x7fffffffdb88) at main.c:138
(gdb) 
djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

Re: MegaTunix backtrace

Post by djandruczyk »

dr.diesel wrote:My bad, here it is again with yesterday's git, today's does not crash! Thanks!
:D
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
Post Reply