Opened 12 years ago

Closed 12 years ago

#8835 closed bug (invalid)

Storage Kit's ResourceFile class is missing some exception catches

Reported by: anevilyak Owned by: anevilyak
Priority: normal Milestone: R1
Component: Kits/Storage Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86-64

Description

While testing x86-64 boot, I was repeatedly running into consoled dying due to a BPrivate::Storage::Exception being thrown and not being caught. After looking through the code, those should be getting caught and hidden from client code at all times, so there's clearly a case being overlooked somewhere. Will dig into it more once x86-64 has support for resolving userland symbols in KDL backtraces, since at the moment it's a bit cumbersome to determine exactly what the culprit is.

Change History (2)

comment:1 by axeld, 12 years ago

Alternatively, exceptions could be broken, too.

comment:2 by anevilyak, 12 years ago

Resolution: invalid
Status: newclosed

Looks like it may have been something stale on my side, not seeing it any more with a complete clean build.

Note: See TracTickets for help on using tickets.