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

Double free on exit from notifications #61

Open
gudvinr opened this issue May 13, 2018 · 2 comments
Open

Double free on exit from notifications #61

gudvinr opened this issue May 13, 2018 · 2 comments

Comments

@gudvinr
Copy link

gudvinr commented May 13, 2018

Running latest (000c06a) version on snowy_qemu.

Steps to reproduce:

  • Enter notification screen
  • Push back button twice
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][window][SYS   ][h/ui/window.c:102 ] Animation finished!
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][noty  ][SYS   ][ation_layer.c:70  ] Created Notification Layer
[0][0][E][noty  ][SYS   ][ation_layer.c:26  ] N CTOR
[0][0][E][noty  ][SYS   ][ation_layer.c:88  ] N CTOR
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][9][D][backl ][KERN  ][e/backlight.c:174 ] Backlight ON
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][E][noty  ][SYS   ][ation_layer.c:40  ] Deleted all Notifications
[0][0][E][layer ][SYS   ][layer/layer.c:56  ] Layer DTOR
[0][0][E][layer ][SYS   ][layer/layer.c:56  ] Layer DTOR
[0][0][E][layer ][SYS   ][layer/layer.c:56  ] Layer DTOR
[0][0][E][noty  ][SYS   ][ation_layer.c:53  ] N DTOR
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][9][D][backl ][KERN  ][e/backlight.c:174 ] Backlight ON
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:129 ] Queue Receive
[0][0][I][app   ][KERN  ][app_runloop.c:151 ] App Quit
[0][0][I][app   ][KERN  ][app_runloop.c:164 ] App Signalled shutdown...
[0][0][I][window][SYS   ][layer/layer.c:250 ] ROOT layers rem 536951192 0 134218165 536879472
[0][0][E][layer ][SYS   ][layer/layer.c:56  ] Layer DTOR
[0][0][I][window][SYS   ][layer/layer.c:250 ] ROOT layers rem 536951192 0 134218165 536879472
[0][0][E][layer ][SYS   ][layer/layer.c:56  ] Layer DTOR
[0][0][I][window][SYS   ][layer/layer.c:250 ] ROOT layers rem 536951144 0 134218165 536879472
[0][0][I][window][SYS   ][layer/layer.c:250 ] ROOT layers rem 536951296 0 134218165 536879472
[0][0][E][layer ][SYS   ][layer/layer.c:56  ] Layer DTOR
[0][0][I][window][SYS   ][layer/layer.c:250 ] ROOT layers rem 536951296 0 134218165 536879472
[0][0][E][noty  ][SYS   ][ation_layer.c:53  ] N DTOR
*** PANIC ***
qfree: double free```
@sethasaurus
Copy link

Looks like this is no longer a problem. Can we close this?

@abeputnam
Copy link

abeputnam commented May 25, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants