<div dir="auto"><div dir="auto"> <b style="font-family:sans-serif;font-size:12.8px"><span style="white-space:pre-wrap">        </span> EVP_DigestFinal_ex(mdctx, hash_data.md_value, &hash_data.md_len)</b><div dir="auto"><b style="font-family:sans-serif;font-size:12.8px"><br></b></div><div dir="auto"><b style="font-family:sans-serif;font-size:12.8px">Missing reference there for value?</b></div><div dir="auto"><b style="font-family:sans-serif;font-size:12.8px">Joe</b></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 25, 2019, 09:31 Jakob Bohm via openssl-users <<a href="mailto:openssl-users@openssl.org" target="_blank" rel="noreferrer">openssl-users@openssl.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 25/02/2019 15:05, Hubert Kario wrote:<br>
> On Sunday, 24 February 2019 11:34:18 CET prithiraj das wrote:<br>
>> If it helps, sometimes I do get the following errors for the same and<br>
>> subsequent reboot:<br>
>><br>
>> Alignment trap: sh (601) PC=0xb6e008f8 Instr=0x4589c0d7 Address=0x000000d7<br>
>> FSR 0x801<br>
>> Alignment trap: login (584) PC=0xb6e6ab00 Instr=0xe5951000<br>
>> Address=0xd27cdc63 FSR 0x001<br>
>> Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b<br>
> that doesn't look like openssl problem at all, openssl may trigger it, but<br>
> only because it's using the system to its fullest potential, not because there<br>
> are issues in openssl<br>
><br>
> I'd suggest trying memtest86 and trying to capture full kernel stacktrace with<br>
> netconsole, in this order. But this mailing list is not a good place for<br>
> follow up on this.<br>
<br>
Just FYI.  "Alignment trap" is not usually a hardware issue.  It<br>
is virtually always a software error (specifically, accessing a<br>
16, 32, 64, 80 or 128 bit value through an insufficiently aligned<br>
pointer).<br>
<br>
A stack trace is needed to determine if this is a kernel or user<br>
mode issue, and if so where.<br>
<br>
Of cause there is the remote possibility that a hardware error<br>
caused a pointer to have a value it shouldn't have according to<br>
the code.<br>
<br>
However unless the error is actually in OpenSSL code, there is<br>
little that this list can do to fix the problem.<br>
<br>
Given the specific text of the other error message, I hope you<br>
are not somehow running OpenSSL itself as process 1 (init), as<br>
that would be highly unusual.<br>
<br>
<br>
Enjoy<br>
<br>
Jakob<br>
-- <br>
Jakob Bohm, CIO, Partner, WiseMo A/S.  <a href="https://www.wisemo.com" rel="noreferrer noreferrer noreferrer" target="_blank">https://www.wisemo.com</a><br>
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10<br>
This public discussion message is non-binding and may contain errors.<br>
WiseMo - Remote Service Management for PCs, Phones and Embedded<br>
<br>
</blockquote></div></div>