Version: (using KDE KDE 3.97.0) Installed from: NetBSD pkgsrc Compiler: gcc4 OS: NetBSD There is an LP64 bug in nspluginviewer on amd64 (and no doubt all other LP64 platforms) which causes a SEGV on startup. The problem is caused by truncation of a 64-bit long into an int variable. I'll attach patches for RC2 and 3.5 branch
Created attachment 22712 [details] 4.0RC2 patch for 64bit issue in nspluginviewer
Created attachment 22713 [details] 3.5 branch patch for 64bit issue in nspluginviewer
Thanks for the patch, good catch, but... that file isn't used in 4.0, so I would be highly surprised if it helped things.
> Thanks for the patch, good catch, but... that file isn't used in 4.0, so I > would be highly surprised if it helped things. Fine, the problem was actually found on 3.5.8 and then observed that the same code existed in 4.0rc2, so should at least get fixed on the 3.5 branch. cheers mark
SVN commit 758319 by lunakl: Fix 64bit problem. BUG: 154713 M +5 -5 qxteventloop.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=758319