Opened 15 years ago
Closed 14 years ago
#221 closed defect (fixed)
ld crashes when linking a very large .o file
Reported by: | KO Myung-Hun | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | emx | Version: | 0.6.2 |
Severity: | major | Keywords: | |
Cc: |
Description
Hi/2.
As a subject, ld crashes when linking a very large .o file such as libqt4_plugin.la-1.o of Qt4 plugin for VLC.
This is because ld uses alloca() to allocate memory.
Now use malloc() instead.
Attachments (2)
Change History (5)
by , 15 years ago
comment:1 by , 14 years ago
Priority: | highest → normal |
---|---|
Severity: | blocker → major |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for ld