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

"gtk_box_pack: assertion 'child->parent == NULL' failed" on search #6

Open
KonradHoeffner opened this issue Feb 21, 2019 · 3 comments

Comments

@KonradHoeffner
Copy link

KonradHoeffner commented Feb 21, 2019

When search for a text ("mdat" in my case) in a 1.8 GB file with Bless 0.6.1 on Arch Linux, I get a large number of the following errors on the terminal:

(bless:25390): Gtk-CRITICAL **: 14:26:14.204: gtk_box_pack: assertion 'child->parent == NULL' failed
(bless:25390): Gtk-CRITICAL **: 14:26:14.205: gtk_box_pack: assertion 'child->parent == NULL' failed
(bless:25390): Gtk-CRITICAL **: 14:26:14.205: gtk_box_pack: assertion 'child->parent == NULL' failed
(bless:25390): Gtk-CRITICAL **: 14:26:14.205: gtk_box_pack: assertion 'child->parent == NULL' failed
@afrantzis
Copy link
Owner

db747af fixes similar errors that I see when the file-changed-externally bar is being shown. Given #7, perhaps the bar being shown as you search (and move around the file) is the source of these errors for your case too?

@ExiaHan
Copy link

ExiaHan commented Apr 2, 2019

I have the same error. Also when it appears bless will also show a notification says that file is modified. As the picture shows.

https://imgur.com/a/0DlN11q

I don't know whether these have relations.

OS: Archlinux x64
Bless Version: 0.6.1

@cweiske
Copy link

cweiske commented May 21, 2019

This problem here is fixed in git already.
The "file modification" problem does also not occur with the latest version.

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

4 participants