Closed
Bug 429
Opened 26 years ago
Closed 26 years ago
JB_SP Symbol not defined
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: bretzlaff, Assigned: wtc)
Details
Created by Bernd Retzlaff (bretzlaff@bb-data.de) on Monday, June 8, 1998 7:52:56 AM PDT
Additional Details :
During make Igot the following message:
`JB_SP' undeclared (first use this function)
How do I have to set this value ?
Thanks
Updated by Wan-Teh Chang (wtc@netscape.com) on Monday, June 8, 1998 6:26:53 PM PDT
Additional Details :
Can you tell me the version number of your Linux kernel?
I am assuming you are using Alpha Linux?
Can you also email me the files /usr/include/jmp_buf.h
and /usr/include/alpha/jmp_buf.h?
I need to know how 'sigjmpbuf' is defined on your system.
Updated by Wan-Teh Chang (wtc@netscape.com) on Tuesday, June 16, 1998 8:35:40 PM PDT
Additional Details :
Accepted the bug.
Still don't have time to look at the header
files you sent me. Sorry :-)
Updated by Wan-Teh Chang (wtc@netscape.com) on Monday, July 13, 1998 11:44:44 AM PDT
Additional Details :
Bernd Retzlaff supplied the following info:
The machine is running RedHat Linux 4.1 for
Alpha (kernel 2.0.30).
The type __jmp_buf is defined as follows:
typedef struct
{
...
long int *__pc, *__fp, *__sp;
...
} __jmp_buf[1];
Bernd, can you send me the /usr/include/features.h
file on your machine, so that I can determine the
major and minor version numbers of your libc?
On the RedHat 5.0 Linux for alpha machine we have
here, its /usr/include/features.h defines the
following macros:
#define __GNU_LIBRARY__ 6
#define __GLIBC__ 2
#define __GLIBC_MINOR__ 0
I hope that we can programmatically distinguish your libc
from the libc on our machine by testing these macros.
If this doesn't work, I will teach you how to manually
edit /mozilla/nsprpub/pr/include/md/_linux.h for your
system.
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Comment 3•26 years ago
|
||
moving to m6
Updated•26 years ago
|
Target Milestone: M4 → M6
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 4•26 years ago
|
||
Marked the bug resolved-wontfix.
RedHat Linux 4.1 is very old.
i agree. a significant number of bug fixes have been introduced to
the kernel and glibc ( and everything else for that matter ) since then.
verifying.
Comment 6•25 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
Assignee | ||
Updated•24 years ago
|
Target Milestone: M6 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•