Closed Bug 63453 Opened 24 years ago Closed 24 years ago

random crash in necko due to undefined 'strncmp' symbol

Categories

(Core :: Networking, defect, P5)

x86
Linux
defect

Tracking

()

VERIFIED INVALID
mozilla0.9

People

(Reporter: cls, Assigned: neeti)

Details

(Keywords: crash)

Attachments

(1 file)

I run into this problem from time to time with no predictable way to reproduce it. My builds fail because they can't find symbols that are in the standard C library. We could link directly against libc but I think that could cause other issues. In this particular case, we should be using PL_strncmp() or nsCRT::strncmp() anyways.
Attached patch s/strncmp/PL_strncmp/ (deleted) — Splinter Review
This was the only occurrance of strncmp that showed up in a grep that was not in an unused file.
Keywords: crash
Sorry about the spam. An unset priority should be less than P5.
Priority: -- → P5
Keywords: nsbeta1
Target Milestone: --- → mozilla0.9
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Marking invalid as I cannot reproduce it. If I can in the future, I'll reopen the bug.
verified invalid by original reporter
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: