Opened 6 years ago
Closed 6 years ago
#800 closed defect (fixed)
aarch64 boot crashes without explanation when init files are uncompressed
| Reported by: | Jiří Zárevúcky | Owned by: | Petr Pavlu |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | helenos/boot/arm64 | Version: | mainline |
| Keywords: | Cc: | Petr Pavlu | |
| Blocker for: | Depends on: | ||
| See also: |
Description
To reproduce, simply configure default aarch64 profile with the sole change of unchecking compression of init files. Bootloader immediately terminates with Synchronous Exception at 0x00000000665FA1B4.
Change History (5)
comment:1 by , 6 years ago
| Cc: | added |
|---|
comment:2 by , 6 years ago
| Component: | helenos/unspecified → helenos/boot/arm64 |
|---|
comment:3 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:4 by , 6 years ago
comment:5 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in df7dc9e565c0538447fbaaec2d4e67c593d48512 ("Fix a NULL pointer access when boot components are uncompressed").