Closed
Bug 299177
Opened 20 years ago
Closed 20 years ago
Crash(segfault) when i click "Accept this sertificate permanently" on https licence.
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 295390
People
(Reporter: reino, Assigned: KaiE)
References
()
Details
Attachments
(1 file)
283.17 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050524 Firefox/1.0 (Ubuntu package 1.0.2 MFSA2005-44)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050524 Firefox/1.0 (Ubuntu package 1.0.2 MFSA2005-44)
This is just one example, ALL pages witch use https:// i can not modify licence
info, mz will crash. only thing to do is to just "ok" this screen with default
value(accept this time)
Reproducible: Always
Steps to Reproduce:
1.open any valid https:// site
2.click on "accept this sertificate permanently" on sertificate agreement
Actual Results:
firefox closes, and in shell i see:
reino@teapot:~$ mozilla
Segmentation fault
reino@teapot:~$
Expected Results:
accepted the sertificate and let me browse on.
Acer travelmate 2702:
P4, .5GB ram, ubuntu "hoary hedgehog" i586-smp (2.6.10-5) kernel
gnome 2.10.0
Assignee: nobody → wtchang
Component: General → Libraries
Product: Firefox → NSS
QA Contact: general → jason.m.reid
Comment 1•20 years ago
|
||
I can't reproduce this crash with Firefox 1.0.x on
either Linux or Windows.
Assignee: wtchang → kaie
Component: Libraries → Security: PSM
Product: NSS → Core
QA Contact: jason.m.reid
Version: unspecified → 1.7 Branch
Comment 2•20 years ago
|
||
I can't reproduce either . Reino, can you get a stack from your core file ?
Reporter | ||
Comment 3•20 years ago
|
||
straced stack trace, 'cause there is something in my conf, why i do not get
core dumps.
an strace is almost never helpful.
i'm told that:
export DEB_BUILD_OPTIONS="noopt nostrip debug"
sudo apt-get -b source mozilla-firefox
should get you a build that would probably work
to support cores, you should do:
ulimit -c unlimited
you should be able to start firefox using:
./firefox -g
run
http://www.mozilla.org/unix/debugging-faq.html
-- also, please try installing a mozilla.org talkback enabled build, you can
install it into your home dir ~/test_firefox/ or something. if you manage to
crash the talkback enabled build, all you have to do is run components/talkback
and copy the incident id to this bug.
Reporter | ||
Comment 5•20 years ago
|
||
(In reply to comment #4)
Ok, tried it:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1218518368 (LWP 11409)]
0xb63190f6 in smooth_draw_slider_grip ()
from /usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so
*** This bug has been marked as a duplicate of 295390 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Component: Security: PSM → Widget: Gtk
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•