This is the mail archive of the libc-hacker@sourceware.cygnus.com 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]

bug-report, getpgrp


>Submitter-Id:	net
>Originator:	Ivan Trofimovich Volosuk
>Organization:
>Confidential:	no
>Synopsis:	program using getpgrp crashes (if compiled shared)
>Severity:	serious
>Priority:	low
>Category:	libc
>Class:		sw-bug
>Release:	libc-2.0.95
>Environment:
Host type: i586-pc-linux-gnu
System: Linux baltica.frtk-campus.mipt.ru 2.1.124 #7 SMP Sun Oct 11 09:28:34 /usr/local/etc/localtime 1998 i586 unknown
Architecture: i586

Addons: crypt linuxthreads

Build CC: gcc
Compiler version: pgcc-2.91.57 19980901 (egcs-1.1 release)
Kernel headers: 2.1.124
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: yes
Build omitfp: no
Build bounded: no
Build static-nss: no
Stdio: libio

>Description:
Program using setpgrp() gets SEGSEV while exiting
>How-To-Repeat:
#include <stdio.h>
#include <stdlib.h>
main() { getpgrp(); }
>Fix:





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