Closed
Bug 60272
Opened 24 years ago
Closed 24 years ago
clicking on mail hyperlinks cause mozilla to SEGV
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: ppetrakis, Assigned: scottputterman)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-3 alpha)
BuildID: Mozilla/5.0 (X11; U; Linux 2.2.16-3 alpha; en-US; m18)
Gecko/20001018
When you click on a mailto: link on a web page or in the mail client mozilla
will SEGV.
Reproducible: Always
Steps to Reproduce:
1. mozilla
2. click on a mailto: URL
3. watch mozilla SEGV
Actual Results: I was able to reproduce the behavior I just described.
Expected Results: a new compose mail window should have poped up with the
recipient from the mailto: link I clicked on.
regchrome:
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\0\326"..., 1024) =
1024
fstat(3, {st_mode=S_IFREG|0644, st_size=297236, ...}) = 0
close(3) = 0
open("./ev5/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("../lib/ev5/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("../lib/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ev5/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0`\230\3"..., 1024) =
1024
fstat(3, {st_mode=S_IFREG|0755, st_size=1824824, ...}) = 0
close(3) = 0
open("./ev5/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("../lib/ev5/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("../lib/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("ev5/libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("libc.so.6.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0`\230\3"..., 1024) =
1024
fstat(3, {st_mode=S_IFREG|0755, st_size=1824824, ...}) = 0
close(3) = 0
mprotect(0x20000304000, 352256, PROT_READ|PROT_WRITE) = 0
mprotect(0x20000304000, 352256, PROT_READ|PROT_EXEC) = 0
mprotect(0x200000de000, 1564672, PROT_READ|PROT_WRITE) = 0
mprotect(0x200000de000, 1564672, PROT_READ|PROT_EXEC) = 0
munmap(0x20000020000, 18899) = 0
getxpid() = 555
getxpid() = 555
rt_sigaction(SIGRT_0, {0x200000b9740, [], 0}, NULL, 8, 0xffffffffffffffff) = 0
rt_sigaction(SIGRT_1, {0x200000b97a0, [], 0}, NULL, 8, 0xffffffffffffffff) = 0
rt_sigaction(SIGRT_2, {0x200000b98a0, [], 0}, NULL, 8, 0xffffffffffffffff) = 0
osf_sigprocmask(0x1, 0x80000000, 0) = 0
sysctl({{CTL_KERN, KERN_VERSION}, 2, 0x11ffff5a0, 31, (nil), 0}) = 0
brk(0) = 0x120016c60
brk(0x120016cc0) = 0x120016cc0
brk(0x120018000) = 0x120018000
open("/dev/zero", O_RDWR) = 3
sched_get_priority_min(0) = 0
sched_get_priority_max(0) = 0
sched_getscheduler(0x22b, 0) = 0
sched_getparam(0x22b, 0x11ffff754) = 0
sched_setscheduler(0x22b, 0, 0x11ffff754) = 0
brk(0x12001a000) = 0x12001a000
socket(PF_INET6, SOCK_STREAM, 0) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8, 0xffffffffffffffff) = 0
brk(0x12001c000) = 0x12001c000
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
Comment 2•24 years ago
|
||
Reporter are you still seeing this in the latest nightlies?
Mailto links pose no problem for me in either mail message or web page.
Marking worksforme.
Using 2000-12-14-11 commercial trunk build linux rh6.0
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
I'm still having no problems with mailto links from mail or browser windows
using dec20 commercial trunk build, linux rh6.0. Marking verified.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•