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

Bug#444214: konqueror-nsplugins: nspluginviewer crashes on amd64 (with explanation of the cause)



Package: konqueror-nsplugins
Version: 4:3.5.5a.dfsg.1-6etch1
Severity: grave
Justification: renders package unusable


Nspluginviewer crashes immediately on AMD64 
without displaying anything.

Version 4:3.5.5a.dfsg.1-6etch1 of konqueror-nsplugins
was apparently compiled using an ancient version
of the netscape sdk that declares uint32 as long
on all platforms except the alpha.
This is obviously wrong on amd64.

Related upstream bug:
http://bugs.kde.org/show_bug.cgi?id=150241

Fix:
 Line 190 of npapi.h should be
  #if defined(__alpha) || defined(__x86_64__) || defined(__LP64__)
 instead of
  #if defined(__alpha) 

That's all.

- Leon Bottou



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages konqueror-nsplugins depends on:
ii  kdelibs4c2a            4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc1                1:4.1.1-21        GCC support library
ii  libqt3-mt              3:3.3.7-4         Qt GUI Library (Threaded runtime v
ii  libstdc++6             4.1.1-21          The GNU Standard C++ Library v3
ii  libx11-6               2:1.0.3-7         X11 client-side library
ii  libxt6                 1:1.0.2-2         X11 toolkit intrinsics library

konqueror-nsplugins recommends no packages.

-- no debconf information




Reply to: