Closed
Bug 150241
Opened 23 years ago
Closed 22 years ago
kernel panic when receiving message headers via IMAP
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: glenn.colaco, Assigned: mscott)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.14; Mac_PowerPC)
BuildID: 2002052918
While receiving message headers via IMAP, 1.0 PR3, and relase 1.0
causes a kernel panic on Mac OS X 10.1.5 while using Cisco's VPN 5000
tunneling software. This happens with Netscape 7.0 PR1 (based on 1.0
PR 2).
Panic does not happen with netsacpe 6.2.3 or other mail readers.
The initial stack trace is from the VPN client which causes an invalid trap.
I cannot get a stack trace etc. since OS and firmware require a remote
machine to debug, which I do not have.
Reproducible: Always
Steps to Reproduce:
1. create tunnel using Cisco's VPN 5000 client ver. 5.2.2 (or 5.1.4) on Mac
OS 10.1.5
2. check IMAP mail to receive headers
3. wait until panic
Actual Results: kernel panic, invalid system trap
Expected Results: should not panic the system
my guess has something to do with the tcp socket/network interaction
with the stack. 1.0 is doing something that the kernel (atleast the VPN
client) doesn't like.
Comment 1•23 years ago
|
||
no blocker
Why should this be a mozilla bug ?
Isn't there something wron with the cisco software ?
(Mozilla triggers only this bug)
Severity: blocker → critical
Glenn, have you contacted Cisco about this? Since their VPN client is the
crasher, the problem may well lie there.
| Reporter | ||
Comment 3•23 years ago
|
||
I have not yet reported this to Cisco, but I need to. Granted, there is
sufficient data to warrant Cisco to look into this, there is cause for
concern from the userland side (in this case it is always Mozilla or
Netsacpe 7PR1).
My concern is the interaction Mozilla has with the network stack w/ OS X
10.1.5. I use various other network based apps. on the same system with
the VPN, which doesn't cause a kernel panic. The only time I get a kernel
panic consistently is during the use of Mozilla, which is why I filed this
bug.
I am aware that this is not very much information to diagnose the issue,
let alone fix the bug. I am just hoping that this may be a good indicator to
profile the app. for any gaping issues with OS X.
Comment 4•23 years ago
|
||
Mozilla can't cause a kernel Panic, it can only trigger it.
(Mozilla doesn't use kernel mode drivers)
| Reporter | ||
Comment 5•23 years ago
|
||
I agree, but it can issue something into the kernel (network stack) that
sends it into a disarray, maybe a race condition? I have just filed an issue
with Cisco, hopefully this will give us some insight.
(It should be noted that Cisco is openly and fanatically hostile to Macs. I
know, I worked there for several years. Thus, they may not pay any attention to
a problem involving them.)
Glenn, can you still reproduce this problem using a current nightly build and
current OS X?
| Reporter | ||
Comment 8•22 years ago
|
||
Since upgrading the OS, mozilla version etc. this issue has not occurred,
however I am not 100% sure the bug has disapeared. It was sporadic to begin
with. Most likely, it was with the Cisco VPN kernel module.
Resolving WFM per comment 8. Glenn, if this problem recurs, feel free to reopen
this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•