Opened 11 years ago
Closed 6 years ago
#10284 closed bug (fixed)
Bison crashes when building cross tools x86_64
Reported by: | vidrep | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
run./configure --build-cross-tools x86_64 ../buildtools/ Bison causes crash and debugger output
Attachments (2)
Change History (10)
by , 11 years ago
Attachment: | bison-25474-debug-07-12-2013-01-38-43.report added |
---|
comment:1 by , 11 years ago
Platform: | All → x86-64 |
---|
comment:4 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|
Moving non-x86 related tickets out of R1 milestone.
comment:6 by , 7 years ago
Now that 64 bit is an official R1 build, shouldn't we move it back to R1 milestone?
comment:7 by , 6 years ago
hrev51987 x86_64
make[1]: Leaving directory '/boot/home/haiku/generated/cross-tools-x86_64-build/gcc'
binutils and gcc for cross compilation have been built successfully!
Configured successfully!
~/haiku>
Looks like it's fixed. Closing.
comment:8 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The crashing instruction is
rep movsb
. RDI contains 0x0000ffcdc3810987, which is an address not covered by an area (don't know why a general protection fault instead of a page fault is generated). The RCX value (0xffff801900000001) doesn't look too good either.Is this reproducible?