https://bugs.kde.org/show_bug.cgi?id=372794

            Bug ID: 372794
           Summary: LibVEX 'Assertion szBlg2 <= 3'
           Product: valgrind
           Version: 3.12 SVN
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: vex
          Assignee: jsew...@acm.org
          Reporter: c+...@cfs.im
  Target Milestone: ---

Created attachment 102391
  --> https://bugs.kde.org/attachment.cgi?id=102391&action=edit
Valgrind log

Hello,

I am running Valgrind 3.12.0, compiled from source using ./configure
--prefix=/usr/local/ && make -j4 && make install
On a Raspberry Pi 3 B, Raspbian Jessie.
Kernel 4.4.32-v7+ #924 SMP Tue Nov 15 18:11:28 GMT 2016 armv7l GNU/Linux

Running any program linked to libcrypto produces the crash detailed in the
attachment below.

Example program which triggers the bug:
---
#include <stdio.h>
int main(int argc, char **argv) {
 printf("Hello\n");
 return 0;
}
---

Compile and run with:
gcc -o test test.c -lcrypto && valgrind ./test

Installed libssl is: libssl1.0.0 version 1.0.1t-1+deb8u5 from
http://mirrordirector.raspbian.org/raspbian/ jessie/main armhf

Thanks,
Claus Strasburger

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to