This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21275] New: posix_spawn always crashes on ia64 now


https://sourceware.org/bugzilla/show_bug.cgi?id=21275

            Bug ID: 21275
           Summary: posix_spawn always crashes on ia64 now
           Product: glibc
           Version: 2.24
               URL: https://bugs.gentoo.org/show_bug.cgi?id=613288
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: vapier at gentoo dot org
          Reporter: vapier at gentoo dot org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
              Host: ia64-linux-gnu

the new posix spawn code passes the stack base incorrectly on ia64.  this is
because the common clone() expects the initial stack value to be passed in
where as on ia64, it wants the base of the stack mapping on its total size.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]