<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p class="details" style="font-style: italic; color: #777;">
<a href="https://gitlab.com/rockdaboot">Tim Rühsen</a> created an issue:
</p>
<div></div>
<p dir="auto">Any idea about this ?</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">$ cat tests/suite/eagain.log </span>
<span id="LC2" class="line" lang="plaintext">Warning: no private key and certificate pairs were set.</span>
<span id="LC3" class="line" lang="plaintext">Echo Server listening on IPv4 0.0.0.0 port 44517...done</span>
<span id="LC4" class="line" lang="plaintext">Echo Server listening on IPv6 :: port 44517...done</span>
<span id="LC5" class="line" lang="plaintext">ecore/src/lib/ecore_events.c:137:7: runtime error: member access within null pointer of type 'struct Ecore_Event_Handler'</span>
<span id="LC6" class="line" lang="plaintext">    #0 0x562619617a0e in ecore_event_handler_add ecore/src/lib/ecore_events.c:137</span>
<span id="LC7" class="line" lang="plaintext">    #1 0x562619621c0e in _ecore_job_init ecore/src/lib/ecore_job.c:27</span>
<span id="LC8" class="line" lang="plaintext">    #2 0x5626196171e3 in ecore_init ecore/src/lib/ecore.c:122</span>
<span id="LC9" class="line" lang="plaintext">    #3 0x56261961626a in main /home/tim/src/gnutls/tests/suite/mini-eagain2.c:171</span>
<span id="LC10" class="line" lang="plaintext">    #4 0x7f2c4e19cbba in __libc_start_main ../csu/libc-start.c:308</span>
<span id="LC11" class="line" lang="plaintext">    #5 0x562619615a59 in _start (/home/tim/src/gnutls/tests/suite/eagain-cli+0x9aa59)</span>
<span id="LC12" class="line" lang="plaintext"></span>
<span id="LC13" class="line" lang="plaintext">FAIL eagain.sh (exit status: 1)</span></code></pre>
<p dir="auto">Fixing the above leads to the next issue:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">$ cat tests/suite/eagain.log          </span>
<span id="LC2" class="line" lang="plaintext">Warning: no private key and certificate pairs were set.</span>
<span id="LC3" class="line" lang="plaintext">Echo Server listening on IPv4 0.0.0.0 port 61742...done</span>
<span id="LC4" class="line" lang="plaintext">Echo Server listening on IPv6 :: port 61742...done</span>
<span id="LC5" class="line" lang="plaintext">ecore/src/lib/ecore_main.c:618:6: runtime error: member access within null pointer of type 'struct Ecore_Fd_Handler'</span>
<span id="LC6" class="line" lang="plaintext">    #0 0x55d050285311 in ecore_main_fd_handler_add ecore/src/lib/ecore_main.c:618</span>
<span id="LC7" class="line" lang="plaintext">    #1 0x55d0502773ce in main /home/tim/src/gnutls/tests/suite/mini-eagain2.c:203</span>
<span id="LC8" class="line" lang="plaintext">    #2 0x7fd4395afbba in __libc_start_main ../csu/libc-start.c:308</span>
<span id="LC9" class="line" lang="plaintext">    #3 0x55d050276a59 in _start (/home/tim/src/gnutls/tests/suite/eagain-cli+0x9aa59)</span>
<span id="LC10" class="line" lang="plaintext"></span>
<span id="LC11" class="line" lang="plaintext">Error in handshake: The TLS connection was non-properly terminated.</span>
<span id="LC12" class="line" lang="plaintext">FAIL eagain.sh (exit status: 1)</span></code></pre>
<p dir="auto">After fixing this <code>tests/suite/eagain-cli</code> hangs at</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">0x00007f308bf68177 in __GI___select (nfds=1, readfds=0x7ffc8d7c3440, writefds=0x7ffc8d7c34e0, </span>
<span id="LC2" class="line" lang="plaintext">    exceptfds=0x7ffc8d7c3580, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:41</span>
<span id="LC3" class="line" lang="plaintext">41      ../sysdeps/unix/sysv/linux/select.c: Datei oder Verzeichnis nicht gefunden.</span>
<span id="LC4" class="line" lang="plaintext">(gdb) bt</span>
<span id="LC5" class="line" lang="plaintext">#0  0x00007f308bf68177 in __GI___select (nfds=1, readfds=0x7ffc8d7c3440, writefds=0x7ffc8d7c34e0, </span>
<span id="LC6" class="line" lang="plaintext">    exceptfds=0x7ffc8d7c3580, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:41</span>
<span id="LC7" class="line" lang="plaintext">#1  0x000055c15f965447 in _ecore_main_select (timeout=<optimized out>, timeout@entry=-1)</span>
<span id="LC8" class="line" lang="plaintext">    at ecore/src/lib/ecore_main.c:903</span>
<span id="LC9" class="line" lang="plaintext">#2  0x000055c15f966b4e in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0)</span>
<span id="LC10" class="line" lang="plaintext">    at ecore/src/lib/ecore_main.c:1186</span>
<span id="LC11" class="line" lang="plaintext">#3  0x000055c15f967037 in ecore_main_loop_begin () at ecore/src/lib/ecore_main.c:494</span>
<span id="LC12" class="line" lang="plaintext">#4  0x000055c15f9593dd in main () at mini-eagain2.c:210</span></code></pre>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/884">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/e8e4759d8cecd093d6a0a3e792d4585b/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/884"}}</script>


</p>
</div>
</body>
</html>