Closed Bug 5071 Opened 26 years ago Closed 25 years ago

viewer core dumps loading libwallet.so

Categories

(SeaMonkey :: Passwords & Permissions, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ramiro, Assigned: morse)

Details

when no registry file exists, viewer core dump nsComponentManager: Using components dir: /builds3/ramiro/s/mozilla/dist/bin/components Registered Ok *** SilentDownload is being registered ************************************************** nsComponentManager: Load(/builds3/ramiro/s/mozilla/dist/bin/components/libwallet.so) FAILED with error: /builds3/ramiro/s/mozilla/dist/bin/components/libwallet.so: undefined symbol: SINGSIGN_PromptPassword ************************************************** ************************************************** nsComponentManager: Load(libxpcom.so) FAILED with error: /builds3/ramiro/s/mozilla/dist/bin/components/libwallet.so: undefined symbol: SINGSIGN_PromptPassword **************************************************
if i rm -f dist/bin/components/libwallet.so i can run the viewer fine with or without a pre populated ~/.mozilla/registry file.
This is happening because SINGSIGN_PromptPassword is undefined in libwallet.so I think this could be related to spence's checkin of ifdeffing two routines in libnet/
I like what you said dp because it takes the blame off of me. But, unfortunately I am the culprit. There are actually a combination of bugs here. It was a combination of MOZ_NO_WALLET_HACK not being set correctly (ramiro checked in a fix for this) and the fact that I just added the SINGSIGN_Prompt routine and forget to put in a dummy version of it when single signon was disabled. I'll be checking in a fix for the second part as soon as the tree opens again and will mark this bug as fixed as soon as I do that.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I like what you said dp because it takes the blame off of me. But, unfortunately I am the culprit. There are actually a combination of bugs here. It was a combination of MOZ_NO_WALLET_HACK not being set correctly (ramiro checked in a fix for this) and the fact that I just added the SINGSIGN_Prompt routine and forget to put in a dummy version of it when single signon was disabled. I'll be checking in a fix for the second part as soon as the tree opens again and will mark this bug as fixed as soon as I do that.
Status: RESOLVED → VERIFIED
verified, no core dump with a missing registry in 5/12 builds
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.