[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 65869] New: Konq chrashes on Macromedia's 'downloads'
From:       Whitehawk Stormchaser <zerokode () gmx ! net>
Date:       2003-10-11 15:23:11
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=65869     
           Summary: Konq chrashes on Macromedia's 'downloads' onMouseOver
           Product: konqueror
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: crash
          Priority: NOR
         Component: kjs
        AssignedTo: konq-bugs@kde.org
        ReportedBy: zerokode@gmx.net


Version:           CVS-20031007 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          GCC 3.3 
OS:          Linux

In the MM's navigator the konq chrashes everytime I go over "downloads"...
The backtrace says:

[New Thread 16384 (LWP 9919)]
0x4134acf7 in waitpid () from /lib/libpthread.so.0
#0  0x4134acf7 in waitpid () from /lib/libpthread.so.0
#1  0x407c47d3 in KCrash::defaultCrashHandler(int) (sig=11) at kcrash.cpp:242
#2  0x41349895 in __pthread_sighandler () from /lib/libpthread.so.0
#3  <signal handler called>

(I know, it is nothing _really_ usefull, but I have --enable-debug=full) enabled...
This is the line, that is showed:
	<!-- submenu :: Downloads -->
	<ul id="downloads-submenu" class="globalnav-submenu">
		<li class="first"><a href="/go/gnavtray_dl_home">Downloads Home</a></li>
		<li><a href="/go/gnavtray_dl_trials">Free Trials</a></li>
		<li><a href="/go/gnavtray_dl_updates">Updates</a></li>
		<li><a href="/go/gnavtray_dl_flashpl">Get Flash Player</a></li>
		<li><a href="/go/gnavtray_dl_ex_home">Exchange</a></li>
		<li class="last"><a href="/go/gnavtray_dl_more">More &#8250;</a></li>
	</ul>
	<!-- end submenu :: Downloads -->

...and it's triggered with this function:
function showSubmenu(menuID) {
	if (browser_test != 1) return;
	var menu = document.getElementById(menuID);
	if (submenuIO == 1) {
		menusOff();
	}
	highlightMenuItem(menuID);
	var submenuID = menuID + '-submenu';
	if (document.getElementById(submenuID) != null) {
		current_submenu = document.getElementById(submenuID);
		current_submenu.style.display = 'block';
	} else if (default_submenu != null) {
		default_submenu.style.display = 'block';
		current_submenu = default_submenu;
	}
	submenuIO = 1;
	current_menu = menu;
	return;
}

...Strangly enough, this code doesn't crash on any other menu, than downloads, and I have no clue, why...
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic