Opened 4 years ago
Closed 3 years ago
#833 closed defect (duplicate)
Tester malloc1 fails with -march=pentium4
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.12.1 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | #829 | |
See also: | #830, #832 |
Description
Steps to reproduce:
- Uncomment # _march in meson/arch/ia32/meson.build:45
- Build ia32 with CPU set to pentium4
- tester malloc1 fails
Change History (6)
comment:1 by , 4 years ago
See also: | → #830, #832 |
---|
comment:2 by , 3 years ago
Milestone: | 0.11.2 |
---|
comment:3 by , 3 years ago
Milestone: | → 0.12.1 |
---|
comment:4 by , 3 years ago
comment:5 by , 3 years ago
You are right! And sure enough, the problem could be also avoided by compiling userspace with -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow
.
comment:6 by , 3 years ago
Depends on: | → #829 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This actually appears to be fixed by the fix for #829.