sylvandb / gruvin9x

Automatically exported from code.google.com/p/gruvin9x
0 stars 0 forks source link

Assert in Statistics view wich could cause trims auto move #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
#0  0x0000003163430215 in raise () from /lib64/libc.so.6
#1  0x0000003163431cc0 in abort () from /lib64/libc.so.6
#2  0x0000003163429696 in __assert_fail () from /lib64/libc.so.6
#3  0x0000000000418c7a in lcd_vlineStip (x=12 '\f', y=2 '\002', h=-14 '▒', 
pat=255 '▒') at lcd.cpp:323
#4  0x0000000000418da3 in lcd_vline (x=12 '\f', y=74 'J', h=-14 '▒') at 
lcd.cpp:344
#5  0x0000000000415a61 in menuProcStatistic (event=0 '\0') at 
statistics_views.cpp:42
#6  0x00000000004099f4 in perMain () at gruvin9x.cpp:1421
#7  0x0000000000403d26 in Gruvin9xSim::onChore (this=0x1f0c2c00) at simu.cpp:420
#8  0x0000000000406b4d in Gruvin9xSim::handle (this=0x1f0c2c00, 
sender=0x7fffe2a7bb30, sel=3801089, ptr=0x0) at simu.cpp:121
#9  0x00002b8ec8316416 in FX::FXObject::tryHandle () from 
/usr/local/lib/libFOX-1.7.so.0
#10 0x00002b8ec81a03fe in FX::FXApp::getNextEvent () from 
/usr/local/lib/libFOX-1.7.so.0
#11 0x00002b8ec819bc1f in FX::FXApp::runOneEvent () from 
/usr/local/lib/libFOX-1.7.so.0
#12 0x00002b8ec819dfbc in FX::FXApp::run () from /usr/local/lib/libFOX-1.7.so.0
#13 0x0000000000405755 in main (argc=1, argv=0x7fffe2a7c408) at simu.cpp:470

Original issue reported on code.google.com by bson...@gmail.com on 27 Jul 2011 at 5:49

GoogleCodeExporter commented 8 years ago
Was caused by maths which are internally 32 bits on standard systems, while 16 
bits on TX. Splitting the line into 2 lines force it to be 16 bits everywhere.

Original comment by bson...@gmail.com on 27 Jul 2011 at 9:54

GoogleCodeExporter commented 8 years ago

Original comment by gru...@gmail.com on 23 Sep 2011 at 1:52