maemo-leste-extras / dorian

EBook Reader - Read books published in DRM-free EPUB format
Other
3 stars 1 forks source link

Spurious book download window show up at seamingly random times #12

Open petterreinholdtsen opened 4 years ago

petterreinholdtsen commented 4 years ago

It is very confusing when the 'download book' dialog show up even though no download is taking place. One way I have been able to trigger it is doing a web search for 'eventyr'. The search result show up, and a fraction of a second later this strange download dialog show up. Have to close it to get back to the search result.

MerlijnWajer commented 4 years ago

I believe they show up on widget creation in the code, even if show() is not shown on the widget. I haven't been able to successfully debug that yet.

petterreinholdtsen commented 4 years ago

[Merlijn Wajer]

I believe they show up on widget creation in the code, even if show() is not shown on the widget. I haven't been able to successfully debug that yet.

Perhaps some uninitialized value with a random number in it causing the wrong setting? Running 'valgrind dorian' I see lots of use of uninitialized values.

-- Happy hacking Petter Reinholdtsen

petterreinholdtsen commented 4 years ago

I got the same bogus windows when building dorian on Debian Stretch.