-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on free() in AROS i386 #42
Comments
Hi, I'll try to reproduce this. The 'args' above look a bit strange. Did you start Installer as a tool from WB without a SCRIPT tooltype set? |
I did just a double click on Utilities/Installer |
Ok, thanks! I'll look Into it.
Den tis 31 dec. 2019 16:36mattrust <[email protected]> skrev:
… I did just a double click on Utilities/Installer
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#42?email_source=notifications&email_token=AALYMQLILME6R4UBVFKS623Q3NRHPA5CNFSM4KBVRBIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4LFOA#issuecomment-569946808>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALYMQNDON2A6GWB7USWMQDQ3NRHRANCNFSM4KBVRBIA>
.
|
I couldn't reproduce the crash using the latest version, but I can clearly see that it doesn't work as it should when just double clicking on the tool like you did, when doing so it tries to interpret itself as an installer script :-( I fixed this behaviour and hopefully this is the same problem that caused a crash on your side? |
What are you using to test BTW? Linux hosted i386? ABI_V1? |
Yes. I've built it with --enable-debug=all |
Ok, good to know. My setup (Icaros desktop in a VM) doesn't crash as often as it should, obviously :) |
Hi,
I'm trying to bring InstallerLG v40 into AROS core. It crashes in arg_done:
#4 0xd97ae6c4 in free (memory=0xd9fb06e7) at /home/mazze/projects/fullaros/aros-src/compiler/stdc/./free.c:62
#5 0xd9ff2e9e in arg_done ()
at /home/mazze/projects/fullaros/aros-linux-i386-dbg/bin/linux-i386/Ports/installerlg/alpha.40/sodero-InstallerLG-07832d6/src/args.c:286
#6 0xd9fdb018 in main (argc=0, argv=0xd9c500a0) at ../src/lexer.l:298
(gdb) p args
$25 = {0x0, 0x0, 0xd9fb06e7 "", 0x0, 0x0, 0x0, 0xda023e40 "System:Utilities", 0x0, 0x0, 0x0}
(gdb) p args[arg]
$26 = 0xd9fb06e7 ""
The text was updated successfully, but these errors were encountered: