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

Handle exceptions in the Glib main loop #180

Closed
zmughal opened this issue Feb 5, 2017 · 0 comments
Closed

Handle exceptions in the Glib main loop #180

zmughal opened this issue Feb 5, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@zmughal
Copy link
Member

zmughal commented Feb 5, 2017

See the §Exceptions from Glib for more information.

Without this, the exception is squashed as an unhandled exception in callback which is generated from GClosure.xs when no handlers are present.

@zmughal zmughal self-assigned this Feb 5, 2017
@zmughal zmughal added this to the curie v0.003 milestone Feb 5, 2017
@zmughal zmughal assigned zmughal and unassigned zmughal Jun 30, 2017
zmughal added a commit that referenced this issue Jul 1, 2017
This displays a dialog for exceptions that are thrown.

Fixes <#180>.
zmughal added a commit that referenced this issue Jul 1, 2017
This displays a dialog for exceptions that are thrown.

See §[Exceptions](https://metacpan.org/pod/Glib#EXCEPTIONS) from
`Glib` for more information.

Without this, the exception is squashed as an `unhandled exception in
callback` which is generated from [GClosure.xs](https://metacpan.org/source/XAOC/Glib-1.324/GClosure.xs#L789)
when no handlers are present.

Fixes <#180>.
zmughal added a commit that referenced this issue Jul 2, 2017
This displays a dialog for exceptions that are thrown.

See §[Exceptions](https://metacpan.org/pod/Glib#EXCEPTIONS) from
`Glib` for more information.

Without this, the exception is squashed as an `unhandled exception in
callback` which is generated from [GClosure.xs](https://metacpan.org/source/XAOC/Glib-1.324/GClosure.xs#L789)
when no handlers are present.

Fixes <#180>.
zmughal added a commit that referenced this issue Jul 2, 2017
This displays a dialog for exceptions that are thrown.

See §[Exceptions](https://metacpan.org/pod/Glib#EXCEPTIONS) from
`Glib` for more information.

Without this, the exception is squashed as an `unhandled exception in
callback` which is generated from [GClosure.xs](https://metacpan.org/source/XAOC/Glib-1.324/GClosure.xs#L789)
when no handlers are present.

Fixes <#180>.
zmughal added a commit that referenced this issue Jul 2, 2017
This displays a dialog for exceptions that are thrown.

See §[Exceptions](https://metacpan.org/pod/Glib#EXCEPTIONS) from
`Glib` for more information.

Without this, the exception is squashed as an `unhandled exception in
callback` which is generated from [GClosure.xs](https://metacpan.org/source/XAOC/Glib-1.324/GClosure.xs#L789)
when no handlers are present.

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

No branches or pull requests

1 participant