Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2016-03-01 Thread Sebastian Andrzej Siewior
On 2015-08-01 15:20:19 [+0200], Kurt Roeckx wrote:
> Can you try the package from:
> https://people.debian.org/~kroeckx/openssl/?
> 
> Could you also run this after isntalling it:
> openssl speed sha256
> openssl speed -evp aes-128-cbc
> openssl speed -evp aes-128-cbc-hmac-sha256

What is the status on this? The package seems to have the intel bit
masked out while looking for the AES-NI bit. This seems to be part of
1.0.2f-2. I have here an AMD-A8 (and A10) but I don't think I can get
my hands on A6 :/. Anyway. With 1.0.2f-2 I see a difference in performance
between 

  OPENSSL_ia32cap="~0x200" openssl speed -evp aes-128-cbc 
  type 16 bytes 64 bytes256 bytes   1024 bytes  8192 bytes
  aes-128-cbc  82125.33k89565.82k88865.96k90472.45k 90947.58k

and
  openssl speed -evp aes-128-cbc 
  type 16 bytes 64 bytes256 bytes   1024 bytes  8192 bytes
  aes-128-cbc 243645.05k   294776.58k   297669.21k   309102.45k 311200.43k

Which suggests that AES-NI is use. According to [0] the CPU in question
has AES-NI available.

btw: I can start clamtk on my A8 without any troubleā€¦

[0] 
http://www.cpu-world.com/Compare/770/AMD_A6-Series_for_Notebooks_A6-6310_vs_Intel_Core_i3_Mobile_i3-330M_(PGA988).html

> 
> Kurt

Sebastian



Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-08-02 Thread Carlos Kosloff

Yes, but which one:
openssl_1.0.2d-1.1_amd64.deb?
Thank you,

*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440

On 08/01/2015 09:20 AM, Kurt Roeckx wrote:

Can you try the package from:
https://people.debian.org/~kroeckx/openssl/?

Could you also run this after isntalling it:
openssl speed sha256
openssl speed -evp aes-128-cbc
openssl speed -evp aes-128-cbc-hmac-sha256


Kurt





Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-08-02 Thread Kurt Roeckx
On Sun, Aug 02, 2015 at 09:00:32AM -0400, Carlos Kosloff wrote:
 Yes, but which one:
 openssl_1.0.2d-1.1_amd64.deb?

You need at least libssl1.0.0_1.0.2d-1.1_amd64.deb from there.  I
think you also installed the libssl1.0.0-dbg package before so you either
need to remove that or also install
libssl1.0.0-dbg_1.0.2d-1.1_amd64.deb.

You can also install openssl_1.0.2d-1.1_amd64.deb but that will
not change much.


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-08-02 Thread Carlos Kosloff

ckosloff@notosh:~$ openssl speed sha256
Doing sha256 for 3s on 16 size blocks: 4561580 sha256's in 3.00s
Doing sha256 for 3s on 64 size blocks: 2535590 sha256's in 3.00s
Doing sha256 for 3s on 256 size blocks: 1095672 sha256's in 3.00s
Doing sha256 for 3s on 1024 size blocks: 335048 sha256's in 3.00s
Doing sha256 for 3s on 8192 size blocks: 44819 sha256's in 3.00s
OpenSSL 1.0.2d 9 Jul 2015
built on: reproducible build, date unspecified
options:bn(64,64) rc4(8x,int) des(idx,cisc,16,int) aes(partial) 
blowfish(idx)
compiler: gcc -I. -I.. -I../include  -fPIC -DOPENSSL_PIC 
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 
-DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
-Wa,--noexecstack -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m 
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM 
-DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM

The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes256 bytes   1024 bytes 8192 bytes
sha256   24328.43k54092.59k93497.34k   114363.05k 122385.75k
ckosloff@notosh:~$

ckosloff@notosh:~$ openssl speed -evp aes-128-cbc
Doing aes-128-cbc for 3s on 16 size blocks: 65502209 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 64 size blocks: 23271187 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 256 size blocks: 7135284 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 1024 size blocks: 1890618 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 8192 size blocks: 240167 aes-128-cbc's in 3.00s
OpenSSL 1.0.2d 9 Jul 2015
built on: reproducible build, date unspecified
options:bn(64,64) rc4(8x,int) des(idx,cisc,16,int) aes(partial) 
blowfish(idx)
compiler: gcc -I. -I.. -I../include  -fPIC -DOPENSSL_PIC 
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 
-DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
-Wa,--noexecstack -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m 
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM 
-DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM

The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes256 bytes   1024 bytes 8192 bytes
aes-128-cbc 349345.11k   496451.99k   608877.57k   645330.94k 655816.02k
ckosloff@notosh:~$

ckosloff@notosh:~$ openssl speed -evp aes-128-cbc-hmac-sha256
Doing aes-128-cbc-hmac-sha256 for 3s on 16 size blocks: 13185868 
aes-128-cbc-hmac-sha256's in 3.00s
Doing aes-128-cbc-hmac-sha256 for 3s on 64 size blocks: 4387141 
aes-128-cbc-hmac-sha256's in 3.00s
Doing aes-128-cbc-hmac-sha256 for 3s on 256 size blocks: 758588 
aes-128-cbc-hmac-sha256's in 3.00s
Doing aes-128-cbc-hmac-sha256 for 3s on 1024 size blocks: 180522 
aes-128-cbc-hmac-sha256's in 3.00s
Doing aes-128-cbc-hmac-sha256 for 3s on 8192 size blocks: 22307 
aes-128-cbc-hmac-sha256's in 3.00s

OpenSSL 1.0.2d 9 Jul 2015
built on: reproducible build, date unspecified
options:bn(64,64) rc4(8x,int) des(idx,cisc,16,int) aes(partial) 
blowfish(idx)
compiler: gcc -I. -I.. -I../include  -fPIC -DOPENSSL_PIC 
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 
-DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
-Wa,--noexecstack -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m 
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM 
-DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM

The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes256 bytes   1024 bytes 8192 bytes
aes-128-cbc-hmac-sha25670324.63k93592.34k64732.84k 
61618.18k60912.98k

ckosloff@notosh:~$

*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440

On 08/01/2015 09:20 AM, Kurt Roeckx wrote:

Can you try the package from:
https://people.debian.org/~kroeckx/openssl/?

Could you also run this after isntalling it:
openssl speed sha256
openssl speed -evp aes-128-cbc
openssl speed -evp aes-128-cbc-hmac-sha256


Kurt





Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-08-01 Thread Kurt Roeckx
Can you try the package from:
https://people.debian.org/~kroeckx/openssl/?

Could you also run this after isntalling it:
openssl speed sha256
openssl speed -evp aes-128-cbc
openssl speed -evp aes-128-cbc-hmac-sha256


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-07-31 Thread Carlos Kosloff

Thank you.
Just wanted to let you know that KDE is completely broken in stretch, 
not sure if that is causing problems.


*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440

On 07/30/2015 11:02 PM, Kurt Roeckx wrote:

On Thu, Jul 30, 2015 at 10:24:09PM -0400, Carlos Kosloff wrote:

   AES instruction = true

So at leat this tool seems to think it's supported too.  We'll
have to look into it.


Kurt





Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-07-30 Thread Kurt Roeckx
On Thu, Jul 30, 2015 at 02:42:33PM -0400, Carlos Kosloff wrote:
 That worked! Thank you.

That's just a workaround that disables the cpu detection code.
Can you try installing cpuid and running:
cpuid
cpuid -r

And send me the output of both those?


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-07-30 Thread Kurt Roeckx
On Thu, Jul 30, 2015 at 10:24:09PM -0400, Carlos Kosloff wrote:
   AES instruction = true

So at leat this tool seems to think it's supported too.  We'll
have to look into it.


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-07-30 Thread Carlos Kosloff

Sorry, spoke too soon, I launched it in the computer that does work.
In the computer that is the subject of the bug it did NOT work :/

*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440

On 07/30/2015 01:57 PM, Kurt Roeckx wrote:

On Thu, Jul 30, 2015 at 10:31:02AM -0400, Carlos Kosloff wrote:

Of course, but I need instructions on how to do this.

By starting clamtk as:
OPENSSL_ia32cap=0 clamtk

Or using:
export OPENSSL_ia32cap=0

And then starting clamtk


Kurt





Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-07-30 Thread Kurt Roeckx

On Thu, Jul 30, 2015 at 10:31:02AM -0400, Carlos Kosloff wrote:
 Of course, but I need instructions on how to do this.

By starting clamtk as:
OPENSSL_ia32cap=0 clamtk

Or using:
export OPENSSL_ia32cap=0

And then starting clamtk


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-07-30 Thread Carlos Kosloff

That worked! Thank you.

*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440

On 07/30/2015 01:57 PM, Kurt Roeckx wrote:

On Thu, Jul 30, 2015 at 10:31:02AM -0400, Carlos Kosloff wrote:

Of course, but I need instructions on how to do this.

By starting clamtk as:
OPENSSL_ia32cap=0 clamtk

Or using:
export OPENSSL_ia32cap=0

And then starting clamtk


Kurt





Bug#793557: [Pkg-openssl-devel] Bug#793557: Bug#793557: clamtk in testing

2015-07-29 Thread Kurt Roeckx
On Mon, Jul 27, 2015 at 09:31:32PM +0200, Kurt Roeckx wrote:
 On Mon, Jul 27, 2015 at 01:48:53PM -0400, Carlos Kosloff wrote:
  Dear maintainer,
  
  Program received signal SIGILL, Illegal instruction.
  aesni_cbc_sha256_enc () at aesni-sha256-x86_64.s:29
  29  aesni-sha256-x86_64.s: No such file or directory.
  #0  aesni_cbc_sha256_enc () at aesni-sha256-x86_64.s:29
 
 I'm not sure why you come in aesni code since your processor
 doesn't seem to support that. I'll try to look in to it.

Can you try setting the environment variable OPENSSL_ia32cap to 0
and see if the problem then goes away?


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: clamtk in testing

2015-07-27 Thread Carlos Kosloff

Dear maintainer,

Please look at the first line in the last debugging info (bolded).
This is the same CRC mismatch between the files I have already submitted.
Thank you,

*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440

On 07/26/2015 05:42 PM, Andreas Cadhalpun wrote:

Control: reassign -1 libssl1.0.0
Control: retitle -1 libssl1.0.0: illegal instruction crash on amd64

Hi Carlos,

please keep the bug (793...@bugs.debian.org) in CC.

On 26.07.2015 19:44, Carlos Kosloff wrote:

Please find below requested info.

Thanks.


I have another computer more powerful than this one, 8 core CPU, same OS.
Clamtk works fine there.
For your information, KDE had major breakages after last upgrades, it is 
transitioning from version 4 to 5.

I don't think KDE is related to this problem.


On 07/26/2015 06:51 AM, Andreas Cadhalpun wrote:

On 25.07.2015 04:10, Carlos Kosloff wrote:

* Specs

Using KDE desktop, on a Toshiba laptop with amd64 architecture.

Much more useful would be the information collected by reportbug:
$ reportbug --template clamtk

[...]

Package: clamtk
Version: 5.19-1

[...]

-- System Information:
Debian Release: stretch/sid
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages clamtk depends on:
ii  clamav  0.98.7+dfsg-2
ii  clamav-freshclam [clamav-data]  0.98.7+dfsg-2
ii  cron [cron-daemon]  3.0pl1-128
ii  gnome-icon-theme3.12.0-1
ii  libgtk2-perl2:1.2495-1
ii  libjson-perl2.90-1
ii  liblocale-gettext-perl  1.05-9
ii  liblwp-protocol-https-perl  6.06-2
ii  libtext-csv-perl1.33-1
ii  libwww-perl 6.13-1
ii  perl5.20.2-6

clamtk recommends no packages.

Versions of packages clamtk suggests:
ii  cabextract   1.6-1
pn  clamtk-nautilus  none

-- no debconf information

Nothing suspicious here.


* What caused the problem

After a dist-upgrade on 2015/07/24 clamtk does not launch.

What packages were upgraded?
Can you post the relevant parts of /var/log/dpkg.log from that upgrade?

2015-07-24 21:59:13 upgrade clamtk:all 5.19-1 5.19-1

This looks strange. The previous version was already 5.19-1?

The other upgrades look unrelated to the problem. Are you sure this were
all upgrades before the problem occurred?
In particular, when was your last libssl1.0.0:amd64 upgrade?


I am not sure. The fact that the KDE upgrade caused lots of issues, 
prompted me to check all launchers, KDE transition crashes are a known 
issue in the testing branch.

Please post syntax to check on last libssl1.0.0:amd64 upgrade.




* Steps taken to resolve the problem

Reinstalled.
Rebooted computer.
Attempted to launch from CLI.
As user:
command clamtk reports illegal instruction.

This works fine here, thus I'm downgrading the severity.
clamtk is just a perl program, so any illegal instruction error is probably
caused by perl.

What instructions does your CPU support?
Please provide the output of:
$ cat /proc/cpuinfo

ckosloff@notosh:~$ cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 22
model   : 48
model name  : AMD A6-6310 APU with AMD Radeon R4 Graphics
stepping: 1
microcode   : 0x7030105
cpu MHz : 1000.000
cache size  : 2048 KB
physical id : 0
siblings: 4
core id : 0
cpu cores   : 4
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf 
eagerfpu pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 movbe popcnt aes xsave 
avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 
3dnowprefetch osvw ibs skinit wdt topoext perfctr_nb bpext perfctr_l2 arat cpb 
hw_pstate npt lbrv svm_lock nrip_save tsc_scale flushbyasid decodeassists 
pausefilter pfthreshold vmmcall bmi1 xsaveopt
bugs: fxsave_leak
bogomips: 3593.29
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts ttp tm 100mhzsteps hwpstate cpb [12] [13]

This processor doesn't have e.g. avx2.


A backtrace of the crash would most certainly be helpful as well.
Please provide the output of the following command (after installing gdb):
$ gdb --batch -ex r -ex 'bt full' -ex q --args perl /usr/bin/clamtk

ckosloff@notosh:~$ gdb --batch -ex r -ex 'bt full' -ex q --args perl 

Bug#793557: [Pkg-openssl-devel] Bug#793557: clamtk in testing

2015-07-27 Thread Kurt Roeckx
On Mon, Jul 27, 2015 at 01:48:53PM -0400, Carlos Kosloff wrote:
 Dear maintainer,
 
 Program received signal SIGILL, Illegal instruction.
 aesni_cbc_sha256_enc () at aesni-sha256-x86_64.s:29
 29  aesni-sha256-x86_64.s: No such file or directory.
 #0  aesni_cbc_sha256_enc () at aesni-sha256-x86_64.s:29

I'm not sure why you come in aesni code since your processor
doesn't seem to support that. I'll try to look in to it.


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: [Pkg-openssl-devel] Bug#793557: clamtk in testing

2015-07-27 Thread Carlos Kosloff

Thank you very much

*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440

On 07/27/2015 03:31 PM, Kurt Roeckx wrote:

On Mon, Jul 27, 2015 at 01:48:53PM -0400, Carlos Kosloff wrote:

Dear maintainer,

Program received signal SIGILL, Illegal instruction.
aesni_cbc_sha256_enc () at aesni-sha256-x86_64.s:29
29  aesni-sha256-x86_64.s: No such file or directory.
#0  aesni_cbc_sha256_enc () at aesni-sha256-x86_64.s:29

I'm not sure why you come in aesni code since your processor
doesn't seem to support that. I'll try to look in to it.


Kurt





Bug#793557: clamtk in testing

2015-07-26 Thread Andreas Cadhalpun
Control: severity -1 important
Control: tags -1 = unreproducible moreinfo

Hi Carlos,

On 25.07.2015 04:10, Carlos Kosloff wrote:
 * Specs
 
 Using KDE desktop, on a Toshiba laptop with amd64 architecture.

Much more useful would be the information collected by reportbug:
$ reportbug --template clamtk

 * What caused the problem
 
 After a dist-upgrade on 2015/07/24 clamtk does not launch.

What packages were upgraded?
Can you post the relevant parts of /var/log/dpkg.log from that upgrade?

 * Steps taken to resolve the problem
 
 Reinstalled.
 Rebooted computer.
 Attempted to launch from CLI.
 As user:
 command clamtk reports illegal instruction.

This works fine here, thus I'm downgrading the severity.
clamtk is just a perl program, so any illegal instruction error is probably
caused by perl.

What instructions does your CPU support?
Please provide the output of:
$ cat /proc/cpuinfo

A backtrace of the crash would most certainly be helpful as well.
Please provide the output of the following command (after installing gdb):
$ gdb --batch -ex r -ex 'bt full' -ex q --args perl /usr/bin/clamtk

 As root:
 No protocol specified
 Gtk-WARNING **: cannot open display: :0 at 
 /usr/lib/x86_64-linux-gnu/perl5/5.20/Gtk2.pm line 126.

I don't think running clamtk as root is a good idea.

Best regards,
Andreas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#793557: clamtk in testing

2015-07-26 Thread Andreas Cadhalpun
Control: reassign -1 libssl1.0.0
Control: retitle -1 libssl1.0.0: illegal instruction crash on amd64

Hi Carlos,

please keep the bug (793...@bugs.debian.org) in CC.

On 26.07.2015 19:44, Carlos Kosloff wrote:
 Please find below requested info.

Thanks.

 I have another computer more powerful than this one, 8 core CPU, same OS.
 Clamtk works fine there.
 For your information, KDE had major breakages after last upgrades, it is 
 transitioning from version 4 to 5.

I don't think KDE is related to this problem.

 On 07/26/2015 06:51 AM, Andreas Cadhalpun wrote:
 On 25.07.2015 04:10, Carlos Kosloff wrote:
 * Specs

 Using KDE desktop, on a Toshiba laptop with amd64 architecture.
 Much more useful would be the information collected by reportbug:
 $ reportbug --template clamtk
[...]
 Package: clamtk
 Version: 5.19-1
[...]
 -- System Information:
 Debian Release: stretch/sid
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 Init: systemd (via /run/systemd/system)
 
 Versions of packages clamtk depends on:
 ii  clamav  0.98.7+dfsg-2
 ii  clamav-freshclam [clamav-data]  0.98.7+dfsg-2
 ii  cron [cron-daemon]  3.0pl1-128
 ii  gnome-icon-theme3.12.0-1
 ii  libgtk2-perl2:1.2495-1
 ii  libjson-perl2.90-1
 ii  liblocale-gettext-perl  1.05-9
 ii  liblwp-protocol-https-perl  6.06-2
 ii  libtext-csv-perl1.33-1
 ii  libwww-perl 6.13-1
 ii  perl5.20.2-6
 
 clamtk recommends no packages.
 
 Versions of packages clamtk suggests:
 ii  cabextract   1.6-1
 pn  clamtk-nautilus  none
 
 -- no debconf information

Nothing suspicious here.

 * What caused the problem

 After a dist-upgrade on 2015/07/24 clamtk does not launch.
 What packages were upgraded?
 Can you post the relevant parts of /var/log/dpkg.log from that upgrade?
 2015-07-24 21:59:13 upgrade clamtk:all 5.19-1 5.19-1

This looks strange. The previous version was already 5.19-1?

The other upgrades look unrelated to the problem. Are you sure this were
all upgrades before the problem occurred?
In particular, when was your last libssl1.0.0:amd64 upgrade?

 * Steps taken to resolve the problem

 Reinstalled.
 Rebooted computer.
 Attempted to launch from CLI.
 As user:
 command clamtk reports illegal instruction.
 This works fine here, thus I'm downgrading the severity.
 clamtk is just a perl program, so any illegal instruction error is probably
 caused by perl.

 What instructions does your CPU support?
 Please provide the output of:
 $ cat /proc/cpuinfo
 
 ckosloff@notosh:~$ cat /proc/cpuinfo
 processor   : 0
 vendor_id   : AuthenticAMD
 cpu family  : 22
 model   : 48
 model name  : AMD A6-6310 APU with AMD Radeon R4 Graphics
 stepping: 1
 microcode   : 0x7030105
 cpu MHz : 1000.000
 cache size  : 2048 KB
 physical id : 0
 siblings: 4
 core id : 0
 cpu cores   : 4
 apicid  : 0
 initial apicid  : 0
 fpu : yes
 fpu_exception   : yes
 cpuid level : 13
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
 cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt 
 pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid 
 aperfmperf eagerfpu pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 movbe 
 popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy 
 abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt topoext perfctr_nb 
 bpext perfctr_l2 arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale 
 flushbyasid decodeassists pausefilter pfthreshold vmmcall bmi1 xsaveopt
 bugs: fxsave_leak
 bogomips: 3593.29
 TLB size: 1024 4K pages
 clflush size: 64
 cache_alignment : 64
 address sizes   : 40 bits physical, 48 bits virtual
 power management: ts ttp tm 100mhzsteps hwpstate cpb [12] [13]

This processor doesn't have e.g. avx2.

 A backtrace of the crash would most certainly be helpful as well.
 Please provide the output of the following command (after installing gdb):
 $ gdb --batch -ex r -ex 'bt full' -ex q --args perl /usr/bin/clamtk
 ckosloff@notosh:~$ gdb --batch -ex r -ex 'bt full' -ex q --args perl 
 /usr/bin/clamtk
 warning: the debug information found in /lib64/ld-2.19.so does not match 
 /lib64/ld-linux-x86-64.so.2 (CRC mismatch).

This warning is suspicious. Is your file system corrupted? Try:
$ dpkg --verify libc6:amd64 libc6-dbg:amd64 libssl1.0.0:amd64

 [Thread debugging using libthread_db enabled]
 Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
 [New Thread 0x7fffec018700 (LWP 6092)]
 
 Program received signal SIGILL, Illegal instruction.
 0x74ddb168 in ?? () from 

Bug#793557: clamtk in testing

2015-07-24 Thread Carlos Kosloff

Package: clamtk
Version: 5.19-1
Severity: grave
Tags: stretch

Dear maintainer,

* Specs

Using KDE desktop, on a Toshiba laptop with amd64 architecture.

* What caused the problem

After a dist-upgrade on 2015/07/24 clamtk does not launch.

* Steps taken to resolve the problem

Reinstalled.
Rebooted computer.
Attempted to launch from CLI.
As user:
command clamtk reports illegal instruction.
As root:
No protocol specified
Gtk-WARNING **: cannot open display: :0 at 
/usr/lib/x86_64-linux-gnu/perl5/5.20/Gtk2.pm line 126.


Please help.
Thank you,
--
*Carlos Kosloff*
Office: (954) 283-8828
Cell: (954) 464-8822
Fax: (888) 854-5440