Skip to content
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

i386: Scalos Menu Prefs editor crash #17

Open
mattrust opened this issue Dec 29, 2019 · 0 comments
Open

i386: Scalos Menu Prefs editor crash #17

mattrust opened this issue Dec 29, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@mattrust
Copy link
Member

Running the Scalos Menu Prefs Editor on i386 ABIv1 hosted crashes:

#0 0xda5db4de in AddAddresses (srcTree=0xb4bd3fda, MenuTree=0xda5e9ffa, BaseAddr=0xda5e9fe0 "")
at /home/mazze/projects/fullaros/aros-src/contrib/scalos/Plugins/Prefs/Menu/./MenuPrefs.c:3547
#1 0xda5db6dd in AddAddresses (srcTree=0xda5e9fe4, MenuTree=0xda5e9fe4, BaseAddr=0xda5e9fe0 "")
at /home/mazze/projects/fullaros/aros-src/contrib/scalos/Plugins/Prefs/Menu/./MenuPrefs.c:3579
#2 0xda5d9f7b in ReadPrefsFile (inst=0xda5fb10c, Filename=0xda5e5572 "ENV:Scalos/Menu13.prefs", Quiet=1)
at /home/mazze/projects/fullaros/aros-src/contrib/scalos/Plugins/Prefs/Menu/./MenuPrefs.c:2860
#3 0xda5d2d01 in MenuPrefsDispatcher (cl=0xda59e220, obj=0xda5faf8c, msg=0xda5b17f4) at /home/mazze/projects/fullaros/aros-src/contrib/scalos/Plugins/Prefs/Menu/./MenuPrefs.c:797
#4 0xd9cd3a16 in metaDispatcher (cl=0xda59e220, obj=0xda5faf8c, msg=0xda5b17f4) at /home/mazze/projects/fullaros/aros-src/workbench/libs/muimaster/./support_classes.c:258
#5 0xda5a5a7f in main (argc=0, argv=0xda4f98b0) at /home/mazze/projects/fullaros/aros-src/contrib/scalos/Prefs/Menu/./Menu.c:468

Crash occurs in line:
MenuTree->MenuCombo.MenuTree.mtre_name = SCA_BE_ADDR(srcTree->MenuCombo.MenuTree.mtre_name);

because:
(gdb) p srcTree->MenuCombo
Cannot access memory at address 0xb4bd3fe4

@mattrust mattrust added the bug Something isn't working label Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant