<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=5&amp;t=825" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2012-06-25T07:55:22+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=5&amp;t=825</id>
<entry>
<author><name><![CDATA[Klas]]></name></author>
<updated>2012-06-25T07:55:22+01:00</updated>
<published>2012-06-25T07:55:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=825&amp;p=3143#p3143</id>
<link href="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3143#p3143"/>
<title type="html"><![CDATA[Re: yubico-c segmentation fault]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3143#p3143"><![CDATA[
Hello,<br /><br />The 2.8 version is broken with older versions of curl (which is probably shipped with freebsd 6.3) there are two fixes on github (<!-- m --><a class="postlink" href="https://github.com/Yubico/yubico-c-client/compare/9d5979fef7...fe8b9c2880">https://github.com/Yubico/yubico-c-clie ... fe8b9c2880</a><!-- m -->) for that. With those fixes added I can run the selftests and use ykclient on freebsd 6.3 with curl 7.16.3.<br /><br />Can you test with that? If you still have issues, can you mail full output to me at <!-- e --><a href="mailto:klas@yubico.com">klas@yubico.com</a><!-- e -->?<br /><br />/klas<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2019">Klas</a> — Mon Jun 25, 2012 7:55 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jtoon86]]></name></author>
<updated>2012-06-21T22:45:10+01:00</updated>
<published>2012-06-21T22:45:10+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=825&amp;p=3141#p3141</id>
<link href="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3141#p3141"/>
<title type="html"><![CDATA[Re: yubico-c segmentation fault]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3141#p3141"><![CDATA[
Installed version 2.7.  When compiling v2.8 (I downloaded it from code.google.com and was able to compile), I get the following when running the test:<br /><br />v2.8 (make check): <br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Assertion failed: (ret == YKCLIENT_REPLAYED_OTP), function main, file selftest.c, line 117.<br />Abort trap (core dumped)<br />FAIL: selftest<br />==============================================<br />1 of 1 test failed<br />Please report to yubico-devel@googlegroups.com<br />==============================================</div><br />When running ykclient v2.8, I get the following (yubikey otp obfuscated):<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Input:<br />  client id: 16<br />  token: vvvcccjckcftcgfblljtknnfrditefgeunvihbuelkgv<br />Verification output (101): Could not parse server response</div><br />I suspect there is something else that is causing the issues on the server, but not sure exactly what this code is utilizing that might be causing the errors -- My other services seem to be running ok without issues (no other seg faults noted)<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1934">jtoon86</a> — Thu Jun 21, 2012 10:45 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Klas]]></name></author>
<updated>2012-06-21T06:12:39+01:00</updated>
<published>2012-06-21T06:12:39+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=825&amp;p=3140#p3140</id>
<link href="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3140#p3140"/>
<title type="html"><![CDATA[Re: yubico-c segmentation fault]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3140#p3140"><![CDATA[
Hello,<br /><br />What version have you been using previously?<br /><br />Do you get the test error with 2.7 as well? and what problems do you get when trying to build 2.8?<br /><br />/klas<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2019">Klas</a> — Thu Jun 21, 2012 6:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jtoon86]]></name></author>
<updated>2012-06-20T14:50:27+01:00</updated>
<published>2012-06-20T14:50:27+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=825&amp;p=3137#p3137</id>
<link href="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3137#p3137"/>
<title type="html"><![CDATA[yubico-c segmentation fault]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=825&amp;p=3137#p3137"><![CDATA[
My server has been working great and yesterday attempted a login (yubico pam) and the server kicked me out. It has a segmentation fault with the yubico-c client. I attempted to rebuild but continue to have issues with the self checks:<br /><br />------------<br />Test selftest.c:108 (main): null client_id, expect REPLAYED_OTP<br />Segmentation fault (core dumped)<br />FAIL: selftest<br />-------------------<br /><br />I tried downloading the latest version from GIT but having issues compiling it. I downloaded 2.7 and was able to compile but receive the same error as above.<br /><br />System: FreeBSD 6.3-RELEASE<br /><br />Any suggestions on what might be causing the segmentation fault would be appreciated!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1934">jtoon86</a> — Wed Jun 20, 2012 2:50 pm</p><hr />
]]></content>
</entry>
</feed>