[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#369963: konqueror: Reproducible crash on clicking text-entry-box on specific webpage (javascript?)



Package: konqueror
Version: 4:3.3.2-1sarge1
Severity: important

Hello Konqueror maintainers :-)

I am using konqueror on Debian Sarge with olvwm as window manager.

When visiting URL http://afroconnections.com/default2.asp
there are two text-entry boxes : 'username' and 'password',
when clicking on the username box, the text 'username' disappears, so a new value can be input ;
  this works OK.
when clicking on the 'password' box, konqueror crashes.

This only happens when javascript is enabled.
When preferences::enablejavascriptglobally is turned off,
 clicking pasword box results in needing to remove 'password' by manual editing,
 konqueror then does not crash, and i can log in to this site.
So this may be a javascript bug.
A toolbar button to turn javascript on/off would be an improvement.

The relevant part of the page source ( as far as i can see ) :

<TR><td align='right' valign='middle' height='60'>
	<table cellpadding='0' cellspacing='0' width='100%'>
	<script language='javascript'>
	<!--
	function blanklogin(){
		with (document.form1SP){
			if (Q_1.value=='username'){
			Q_1.value='';
			}
		}
	}
	function blankpassword(){
		with (document.form1SP){
			if (Q_2.value=='password'){
			Q_2.value='';
			
			}
		}
	}
	//-->
	</script>
	<script language='javascript'>
	function disppassword(name) {
  var o;
  if (document.all) {
    o = document.all["mychange"];
  } else {
    o = document.getElementById("mychange");
  };
  if (name == "") name = "&nbsp;";
  o.innerHTML = "" + name + "";
}
	</script>
	<script language='javascript'>
	function disppass(){
		if (navigator.appVersion.indexOf("MSIE")!=-1){
		temp=navigator.appVersion.split("MSIE");
		version=parseFloat(temp[1]);
		}
		else {
		version = 6;
		}
		if (version>=5.5){
		disppassword("<INPUT id=Q_2 type=password name=Q_2 size=11 class=home2>");
		document.form1SP.Q_2.focus();
		document.all.Q_2.focus();
		}
	}
	</script>

After crashing, the crashreport thingy says that it caught SIGSEGV.
Backtrace (from same thingy) :

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1095751136 (LWP 13529)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#3  0x4197f275 in KHTMLView::complete () from /usr/lib/libkhtml.so.4
#4  0x4197f2f1 in KHTMLView::complete () from /usr/lib/libkhtml.so.4
#5  0x4197f2f1 in KHTMLView::complete () from /usr/lib/libkhtml.so.4
#6  0x4198027a in KHTMLView::complete () from /usr/lib/libkhtml.so.4
#7  0x41980b15 in KHTMLView::complete () from /usr/lib/libkhtml.so.4
#8  0x41986c51 in KHTMLView::moveCaretTo () from /usr/lib/libkhtml.so.4
#9  0x419a97d3 in KHTMLPart::khtmlMousePressEvent ()
   from /usr/lib/libkhtml.so.4
#10 0x419a90c7 in KHTMLPart::customEvent () from /usr/lib/libkhtml.so.4
#11 0x40bd8f2c in QObject::event () from /usr/lib/libqt-mt.so.3
#12 0x40b7ee1f in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#13 0x40b7e41e in QApplication::notify () from /usr/lib/libqt-mt.so.3
#14 0x40723ec3 in KApplication::notify () from /usr/lib/libkdecore.so.4
#15 0x41975a46 in KHTMLView::viewportMousePressEvent ()
   from /usr/lib/libkhtml.so.4
#16 0x419786f0 in KHTMLView::eventFilter () from /usr/lib/libkhtml.so.4
#17 0x40bd904e in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#18 0x40bd8f7c in QObject::event () from /usr/lib/libqt-mt.so.3
#19 0x40c11aaf in QWidget::event () from /usr/lib/libqt-mt.so.3
#20 0x40ca220e in QLineEdit::event () from /usr/lib/libqt-mt.so.3
#21 0x41a599ac in QMemArray<QPoint>::detach () from /usr/lib/libkhtml.so.4
#22 0x40b7ee1f in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#23 0x40b7e514 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#24 0x40723ec3 in KApplication::notify () from /usr/lib/libkdecore.so.4
#25 0x40b135b0 in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3
#26 0x40b1123e in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#27 0x40b28254 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#28 0x40b911d8 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#29 0x40b91088 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#30 0x40b7f071 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#31 0x4156bebc in kdemain () from /usr/lib/libkdeinit_konqueror.so
#32 0x4001b896 in kdeinitmain () from /usr/lib/kde3/konqueror.so
#33 0x0804cd30 in ?? ()
#34 0x00000004 in ?? ()
#35 0x08084038 in ?? ()
#36 0x00000001 in ?? ()
#37 0x00000000 in ?? ()
#38 0x00000000 in ?? ()
#39 0x10000000 in ?? ()
#40 0x00000000 in ?? ()
#41 0x00001000 in ?? ()
#42 0x00000000 in ?? ()
#43 0x00000000 in ?? ()
#44 0x00000000 in ?? ()
#45 0x00000000 in ?? ()
#46 0x00000000 in ?? ()
#47 0x00000000 in ?? ()
#48 0x01000000 in ?? ()
#49 0x00000000 in ?? ()
#50 0x00000000 in ?? ()
#51 0x00000000 in ?? ()
#52 0x00000000 in ?? ()
#53 0x00000000 in ?? ()
#54 0x00000000 in ?? ()
#55 0x00000000 in ?? ()
#56 0x00000000 in ?? ()
#57 0x00000000 in ?? ()
#58 0x08082a88 in ?? ()
#59 0x00000000 in ?? ()
#60 0x00000000 in ?? ()
#61 0x00000000 in ?? ()
#62 0x00000000 in ?? ()
#63 0x00000000 in ?? ()
#64 0x00000000 in ?? ()
#65 0x00000000 in ?? ()
#66 0x41022c40 in vtable for QGArray () from /usr/lib/libqt-mt.so.3
#67 0x00000000 in ?? ()
#68 0x00000000 in ?? ()
#69 0x00000000 in ?? ()
#70 0xbffff720 in ?? ()
#71 0x00000000 in ?? ()
#72 0x00000000 in ?? ()
#73 0x413b5958 in __after_morecore_hook () from /lib/tls/libc.so.6
#74 0x41022f88 in vtable for QPtrCollection () from /usr/lib/libqt-mt.so.3
#75 0x413b5901 in __after_morecore_hook () from /lib/tls/libc.so.6
#76 0x00000000 in ?? ()
#77 0x00000000 in ?? ()
#78 0x00000000 in ?? ()
#79 0xffffffff in ?? ()
#80 0x00000000 in ?? ()
#81 0x00000000 in ?? ()
#82 0x413b4f01 in ?? () from /lib/tls/libc.so.6
#83 0x413b5900 in __after_morecore_hook () from /lib/tls/libc.so.6
#84 0x00000001 in ?? ()
#85 0xbffff768 in ?? ()
#86 0x08082910 in ?? ()
#87 0x413b5900 in __after_morecore_hook () from /lib/tls/libc.so.6
#88 0x0000000c in ?? ()
#89 0x41251e64 in ?? () from /usr/lib/libstdc++.so.5
#90 0x080829a8 in ?? ()
#91 0xbffff860 in ?? ()
#92 0xbffff798 in ?? ()
#93 0x412302fe in operator new () from /usr/lib/libstdc++.so.5
#94 0x0804e23b in ?? ()
#95 0x00000004 in ?? ()
#96 0x080825d4 in ?? ()
#97 0x08082624 in ?? ()
#98 0x08082624 in ?? ()
#99 0x00000019 in ?? ()
#100 0x0808289d in ?? ()
#101 0x00000001 in ?? ()
#102 0x00000000 in ?? ()
#103 0x00000000 in ?? ()
#104 0x080828a1 in ?? ()
#105 0x00000000 in ?? ()
#106 0x00000000 in ?? ()
#107 0x00000000 in ?? ()
#108 0x080828a1 in ?? ()
#109 0x00000000 in ?? ()
#110 0x00000000 in ?? ()
#111 0x0808262e in ?? ()
#112 0x00000019 in ?? ()
#113 0x08082624 in ?? ()
#114 0x080825de in ?? ()
#115 0x080825d4 in ?? ()
#116 0x00000004 in ?? ()
#117 0x080825d0 in ?? ()
#118 0x00000000 in ?? ()
#119 0x00000000 in ?? ()
#120 0x00000000 in ?? ()
#121 0x00000006 in ?? ()
#122 0x000002fa in ?? ()
#123 0x08052538 in vtable for QCString ()
#124 0x0805b3d8 in ?? ()
#125 0x00000000 in ?? ()
#126 0x00000000 in ?? ()
#127 0x08052538 in vtable for QCString ()
#128 0x0805b3b8 in ?? ()
#129 0x00000000 in ?? ()
#130 0x00000001 in ?? ()
#131 0x00000005 in ?? ()
#132 0xbffffa40 in ?? ()
#133 0xbffff898 in ?? ()
#134 0x00000001 in ?? ()
#135 0x00000005 in ?? ()
#136 0xbffffa40 in ?? ()
#137 0xbffffb58 in ?? ()
#138 0x0804e83b in ?? ()
#139 0x00000005 in ?? ()
#140 0xbffff950 in ?? ()
#141 0xbffff8d4 in ?? ()
#142 0xbffff9c0 in ?? ()
#143 0x00000000 in ?? ()
#144 0x00000000 in ?? ()
#145 0x00000000 in ?? ()
#146 0x00000000 in ?? ()
#147 0x00000000 in ?? ()
#148 0x00000000 in ?? ()
#149 0x00000000 in ?? ()
#150 0x0000000b in ?? ()
#151 0x00000000 in ?? ()
#152 0x00000002 in ?? ()
#153 0x000034d6 in ?? ()
#154 0x00000000 in ?? ()
#155 0x00000003 in ?? ()
#156 0x00000008 in ?? ()
#157 0x00000000 in ?? ()
#158 0x00000000 in ?? ()
#159 0x00000000 in ?? ()
#160 0x00000000 in ?? ()
#161 0x00000000 in ?? ()
#162 0x00000000 in ?? ()
#163 0x00000000 in ?? ()
#164 0x00000000 in ?? ()
#165 0x00000000 in ?? ()
#166 0x00000000 in ?? ()
#167 0x00000000 in ?? ()
#168 0x00000000 in ?? ()
#169 0x00000000 in ?? ()
#170 0x00000000 in ?? ()
#171 0x00000000 in ?? ()
#172 0x00000000 in ?? ()
#173 0x00000000 in ?? ()
#174 0x00000000 in ?? ()
#175 0x00000000 in ?? ()
#176 0x00000000 in ?? ()
#177 0x00000000 in ?? ()
#178 0x00000000 in ?? ()
#179 0x00000000 in ?? ()
#180 0x00000000 in ?? ()
#181 0x00000000 in ?? ()
#182 0x00000000 in ?? ()
#183 0x00000001 in ?? ()
#184 0x00000000 in ?? ()
#185 0x00000000 in ?? ()
#186 0x00000000 in ?? ()
#187 0x00000000 in ?? ()
#188 0x00000000 in ?? ()
#189 0x00000000 in ?? ()
#190 0x00000000 in ?? ()
#191 0x00000000 in ?? ()
#192 0x00000000 in ?? ()
#193 0x00000000 in ?? ()
#194 0x00000000 in ?? ()
#195 0x00000000 in ?? ()
#196 0x00000000 in ?? ()
#197 0x00000000 in ?? ()
#198 0x00000000 in ?? ()
#199 0x00000000 in ?? ()
#200 0x00000000 in ?? ()
#201 0x00000000 in ?? ()
#202 0x00000000 in ?? ()
#203 0x00000000 in ?? ()
#204 0x00000000 in ?? ()
#205 0x00000000 in ?? ()
#206 0x00000000 in ?? ()
#207 0x00000000 in ?? ()
#208 0x00000000 in ?? ()
#209 0x00000000 in ?? ()
#210 0x00000000 in ?? ()
#211 0x00000000 in ?? ()
#212 0x00000000 in ?? ()
#213 0x00000000 in ?? ()
#214 0x00000000 in ?? ()
#215 0x00000000 in ?? ()
#216 0x00000000 in ?? ()
#217 0x00000000 in ?? ()
#218 0x00000000 in ?? ()
#219 0x00000000 in ?? ()
#220 0x00000000 in ?? ()
#221 0x00000000 in ?? ()
#222 0x00000000 in ?? ()
#223 0x00000000 in ?? ()
#224 0x00000000 in ?? ()
#225 0x00000000 in ?? ()
#226 0x00000000 in ?? ()
#227 0x00000000 in ?? ()
#228 0x00000000 in ?? ()
#229 0x00000000 in ?? ()
#230 0x00000000 in ?? ()
#231 0x00000000 in ?? ()
#232 0x00000000 in ?? ()
#233 0x00000000 in ?? ()
#234 0x00000000 in ?? ()
#235 0x00000000 in ?? ()
#236 0x00000000 in ?? ()
#237 0x00000000 in ?? ()
#238 0x00000000 in ?? ()
#239 0x00000000 in ?? ()
#240 0x00000000 in ?? ()
#241 0x00000000 in ?? ()
#242 0x00000000 in ?? ()
#243 0x00000000 in ?? ()
#244 0x00000000 in ?? ()
#245 0x00000000 in ?? ()
#246 0x00000000 in ?? ()
#247 0x00000000 in ?? ()
#248 0x00000000 in ?? ()
#249 0x00000000 in ?? ()
#250 0x00000000 in ?? ()
#251 0x00000000 in ?? ()
#252 0x00000000 in ?? ()
#253 0x00000000 in ?? ()
#254 0x00000000 in ?? ()
#255 0x00000000 in ?? ()
#256 0x00000000 in ?? ()
#257 0x00000000 in ?? ()
#258 0x00000000 in ?? ()
#259 0x00000000 in ?? ()
#260 0x00000000 in ?? ()
#261 0x00000000 in ?? ()
#262 0x00000000 in ?? ()
#263 0x00000000 in ?? ()
#264 0x00000000 in ?? ()
#265 0x00000000 in ?? ()
#266 0x00000000 in ?? ()
#267 0x00000000 in ?? ()
#268 0x00000000 in ?? ()
#269 0x00000000 in ?? ()
#270 0x00000000 in ?? ()
#271 0x00000000 in ?? ()
#272 0x00000000 in ?? ()
#273 0x00000000 in ?? ()
#274 0x00000000 in ?? ()
#275 0x00000080 in ?? ()
#276 0x00000000 in ?? ()
#277 0x00000000 in ?? ()
#278 0x00000000 in ?? ()
#279 0x00000000 in ?? ()
#280 0x00000000 in ?? ()
#281 0x00000000 in ?? ()
#282 0x00000000 in ?? ()
#283 0x00000000 in ?? ()
#284 0x00000000 in ?? ()
#285 0x00000000 in ?? ()
#286 0x00000000 in ?? ()
#287 0x00000000 in ?? ()
#288 0x00000000 in ?? ()
#289 0x00000000 in ?? ()
#290 0x00000000 in ?? ()
#291 0x00000000 in ?? ()
#292 0x00000000 in ?? ()
#293 0x00000000 in ?? ()
#294 0x00000000 in ?? ()
#295 0x00000000 in ?? ()
#296 0x00000000 in ?? ()
#297 0x00000000 in ?? ()
#298 0x00000000 in ?? ()
#299 0x00000000 in ?? ()
#300 0x00000000 in ?? ()
#301 0x00000000 in ?? ()
#302 0x00000000 in ?? ()
#303 0x00000000 in ?? ()
#304 0x00000000 in ?? ()
#305 0x00000000 in ?? ()
#306 0x00000000 in ?? ()
#307 0x412f4dcb in free () from /lib/tls/libc.so.6


-- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.6.8-2-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages konqueror depends on:
ii  kcontrol           4:3.3.2-1sarge1       KDE Control Center
ii  kdebase-kio-plugin 4:3.3.2-1sarge1       KDE I/O Slaves
ii  kdelibs4           4:3.3.2-6.4           KDE core libraries
ii  kdesktop           4:3.3.2-1sarge1       KDE Desktop
ii  kfind              4:3.3.2-1sarge1       KDE File Find Utility
ii  libart-2.0-2       2.3.17-1              Library of functions for 2D graphi
ii  libc6              2.3.2.ds1-22sarge3    GNU C Library: Shared libraries an
ii  libfam0c102        2.7.0-6sarge1         client library to control the FAM
ii  libgcc1            1:3.4.3-13            GCC support library
ii  libice6            4.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libidn11           0.5.13-1.0            GNU libidn library, implementation
ii  libjpeg62          6b-10                 The Independent JPEG Group's JPEG
ii  libkonq4           4:3.3.2-1sarge1       Core libraries for KDE's file mana
ii  libpcre3           4.5-1.2sarge1         Perl 5 Compatible Regular Expressi
ii  libpng12-0         1.2.8rel-1            PNG library - runtime
ii  libqt3c102-mt      3:3.3.4-3             Qt GUI Library (Threaded runtime v
ii  libsm6             4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5         1:3.3.5-13            The GNU Standard C++ Library v3
ii  libx11-6           4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxext6           4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxrender1        0.8.3-7               X Rendering Extension client libra
ii  xlibs              4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g             1:1.2.2-4.sarge.2     compression library - runtime

-- no debconf information





Reply to: