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

spawnUri() needs an uncaught exception handler #8454

Closed
justinfagnani opened this issue Feb 9, 2013 · 6 comments
Closed

spawnUri() needs an uncaught exception handler #8454

justinfagnani opened this issue Feb 9, 2013 · 6 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-isolate P1 A high priority bug; for example, a single project is unusable or has many test failures
Milestone

Comments

@justinfagnani
Copy link
Contributor

spawnFunction() has an uncaught exception handler, but spawnUri() does not. It's necessary to keep a spawned isolate from crashing it's spawner.

@floitschG
Copy link
Contributor

cc @kasperl.

@floitschG
Copy link
Contributor

Added this to the M6 milestone.

@larsbak
Copy link

larsbak commented Aug 27, 2013

Removed this from the M6 milestone.
Added this to the M7 milestone.

@madsager
Copy link
Contributor

Removed this from the M7 milestone.
Added this to the M8 milestone.

@sgjesse
Copy link
Contributor

sgjesse commented Apr 30, 2014

Both spawn (no longer spawnFunction) and spawnUri return a future which will complete with an error if spawning fails.


Added AssumedStale label.

@lrhn
Copy link
Member

lrhn commented May 15, 2014

That said, we don't actually handle the error correctly everywhere yet.

@justinfagnani justinfagnani added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-isolate closed-obsolete Closed as the reported issue is no longer relevant labels May 15, 2014
@justinfagnani justinfagnani added this to the M8 milestone May 15, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-isolate P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

6 participants