aporto / mariamole

MariaMole: An alternative Arduino IDE
GNU General Public License v3.0
78 stars 21 forks source link

Crash on fedora21 #31

Open MalcolmMielle opened 9 years ago

MalcolmMielle commented 9 years ago

Just download it from there and it seg fault on start up. I use the portable version 0.7 so not the debian package

Valgrind gives :

[malcolm@localhost MariaMote]$ valgrind ./mariamole 
==9459== Memcheck, a memory error detector
==9459== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==9459== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==9459== Command: ./mariamole
==9459== 
==9459== 
==9459== Process terminating with default action of signal 11 (SIGSEGV)
==9459==  Bad permissions for mapped region at address 0x6A58B90
==9459==    at 0x7A9B98C: ??? (in /usr/lib64/libQtGui.so.4.8.6)
==9459==    by 0x400FF49: call_init.part.0 (in /usr/lib64/ld-2.20.so)
==9459==    by 0x401005A: _dl_init (in /usr/lib64/ld-2.20.so)
==9459==    by 0x4000D29: ??? (in /usr/lib64/ld-2.20.so)
==9459== 
==9459== HEAP SUMMARY:
==9459==     in use at exit: 37,684 bytes in 231 blocks
==9459==   total heap usage: 275 allocs, 44 frees, 45,436 bytes allocated
==9459== 
==9459== LEAK SUMMARY:
==9459==    definitely lost: 0 bytes in 0 blocks
==9459==    indirectly lost: 0 bytes in 0 blocks
==9459==      possibly lost: 4,676 bytes in 83 blocks
==9459==    still reachable: 33,008 bytes in 148 blocks
==9459==         suppressed: 0 bytes in 0 blocks
==9459== Rerun with --leak-check=full to see details of leaked memory
==9459== 
==9459== For counts of detected and suppressed errors, rerun with: -v
==9459== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Segmentation fault (core dumped)
GeorgeTG commented 8 years ago

Just compiled from source on ArchLinux and I get:

==5880== Memcheck, a memory error detector ==5880== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==5880== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==5880== Command: ./mariamole ==5880== ==5880== ==5880== Process terminating with default action of signal 11 (SIGSEGV): dumping core ==5880== Bad permissions for mapped region at address 0x743BD40 ==5880== at 0x8ABBB74: ??? (in /usr/lib/libQtGui.so.4.8.7) ==5880== by 0x400F3B9: call_init.part.0 (in /usr/lib/ld-2.23.so) ==5880== by 0x400F4CA: _dl_init (in /usr/lib/ld-2.23.so) ==5880== by 0x4000DC9: ??? (in /usr/lib/ld-2.23.so) ==5880== ==5880== HEAP SUMMARY: ==5880== in use at exit: 110,556 bytes in 234 blocks ==5880== total heap usage: 279 allocs, 45 frees, 118,345 bytes allocated ==5880== ==5880== LEAK SUMMARY: ==5880== definitely lost: 0 bytes in 0 blocks ==5880== indirectly lost: 0 bytes in 0 blocks ==5880== possibly lost: 1,352 bytes in 18 blocks ==5880== still reachable: 109,204 bytes in 216 blocks ==5880== of which reachable via heuristic: ==5880== newarray : 1,536 bytes in 16 blocks ==5880== suppressed: 0 bytes in 0 blocks ==5880== Rerun with --leak-check=full to see details of leaked memory ==5880== ==5880== For counts of detected and suppressed errors, rerun with: -v ==5880== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) Segmentation fault (core dumped)

gcc version 5.3.0