On 13 December 2016 at 02:13, Carl Petersen <notifications@github.com><br>
wrote:<br>
<br>
> The machine is:<br>
><br>
> Model Name: iMac<br>
> Model Identifier: iMac7,1<br>
> Processor Name: Intel Core 2 Duo<br>
> Processor Speed: 2.8 GHz<br>
> Number of Processors: 1<br>
> Total Number of Cores: 2<br>
> L2 Cache: 4 MB<br>
> Memory: 6 GB<br>
> Bus Speed: 800 MHz<br>
> Boot ROM Version: IM71.007A.B03<br>
> SMC Version (system): 1.21f4<br>
><br>
> Bear in mind that 1.29 runs perfectly will on my new Macbook Pro running<br>
> the latest MacOS but fails if I boot the Macbook with an older (10.10)<br>
> release of OS X . Go back to the MacOS and everything works again.<br>
><br>
> Just as an experiment I upgraded the iMac to 10.11.6 (El Capitan) and the<br>
> current 1.29 release to see if it made any differents but it fails with the<br>
> “EXC_BAD_INSTRUCTION”. The signed library issue seems to be gone with the<br>
> os upgrade.<br>
><br>
<br>
​If I read Intels data right the core 2 duo didn't support SSE<br>
instructions, but LLVM certainly uses that if it can to expand its register<br>
set (even if it doesn't do streaming).  ​And it could be in Glib or GTK<br>
which would use math more heavily than Geany would.<br>
<br>
​<br>
​<br>
Jiří is there an option for generating plain vanilla 686 ​code?<br>
<br>
<br>
<br>
><br>
><br>
> > On Dec 12, 2016, at 5:07 AM,<br>
> ​​<br>
> Jiří Techet <notifications@github.com> wrote:<br>
> ><br>
> > EXC_BAD_INSTRUCTION could mean the compiler used some instructions which<br>
> aren't present on your machine but I saw this one also in other cases where<br>
> it had nothing to do with it. I'm compiling with a newer version of XCode's<br>
> LLVM than for the previous builds and it might be possible that it now<br>
> defaults to newer processor instructions.<br>
> ><br>
> > What's the model of the Mac with 10.10 and what CPU do you have? Maybe I<br>
> could add some command-line parameters so it generates code for older<br>
> processors.<br>
> ><br>
> > —<br>
> > You are receiving this because you were mentioned.<br>
> > Reply to this email directly, view it on GitHub <<br>
> https://github.com/geany/geany/issues/1335#issuecomment-266415743>, or<br>
> mute the thread <https://github.com/notifications/unsubscribe-auth/<br>
> AAgMEvPFLxQpIT8oX1JmeefMOTWB6opzks5rHTjngaJpZM4LJO6D>.<br>
> ><br>
><br>
> —<br>
> You are receiving this because you are subscribed to this thread.<br>
> Reply to this email directly, view it on GitHub<br>
> <https://github.com/geany/geany/issues/1335#issuecomment-266472806>, or mute<br>
> the thread<br>
> <https://github.com/notifications/unsubscribe-auth/AAxgTXYa96ED3i1QNwEDcaVo2QzQh_Raks5rHXKxgaJpZM4LJO6D><br>
> .<br>
><br>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1335#issuecomment-266583315">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ6Ky-cjHAnpE5wsBOevNkQb6n6DWks5rHdRXgaJpZM4LJO6D">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-I-9gz6LvUokOIQIa10OB5F1sjdks5rHdRXgaJpZM4LJO6D.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1335#issuecomment-266583315"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@elextr in #1335: On 13 December 2016 at 02:13, Carl Petersen \u003cnotifications@github.com\u003e\nwrote:\n\n\u003e The machine is:\n\u003e\n\u003e Model Name: iMac\n\u003e Model Identifier: iMac7,1\n\u003e Processor Name: Intel Core 2 Duo\n\u003e Processor Speed: 2.8 GHz\n\u003e Number of Processors: 1\n\u003e Total Number of Cores: 2\n\u003e L2 Cache: 4 MB\n\u003e Memory: 6 GB\n\u003e Bus Speed: 800 MHz\n\u003e Boot ROM Version: IM71.007A.B03\n\u003e SMC Version (system): 1.21f4\n\u003e\n\u003e Bear in mind that 1.29 runs perfectly will on my new Macbook Pro running\n\u003e the latest MacOS but fails if I boot the Macbook with an older (10.10)\n\u003e release of OS X . Go back to the MacOS and everything works again.\n\u003e\n\u003e Just as an experiment I upgraded the iMac to 10.11.6 (El Capitan) and the\n\u003e current 1.29 release to see if it made any differents but it fails with the\n\u003e “EXC_BAD_INSTRUCTION”. The signed library issue seems to be gone with the\n\u003e os upgrade.\n\u003e\n\n​If I read Intels data right the core 2 duo didn't support SSE\ninstructions, but LLVM certainly uses that if it can to expand its register\nset (even if it doesn't do streaming).  ​And it could be in Glib or GTK\nwhich would use math more heavily than Geany would.\n\n​\n​\nJiří is there an option for generating plain vanilla 686 ​code?\n\n\n\n\u003e\n\u003e\n\u003e \u003e On Dec 12, 2016, at 5:07 AM,\n\u003e ​​\n\u003e Jiří Techet \u003cnotifications@github.com\u003e wrote:\n\u003e \u003e\n\u003e \u003e EXC_BAD_INSTRUCTION could mean the compiler used some instructions which\n\u003e aren't present on your machine but I saw this one also in other cases where\n\u003e it had nothing to do with it. I'm compiling with a newer version of XCode's\n\u003e LLVM than for the previous builds and it might be possible that it now\n\u003e defaults to newer processor instructions.\n\u003e \u003e\n\u003e \u003e What's the model of the Mac with 10.10 and what CPU do you have? Maybe I\n\u003e could add some command-line parameters so it generates code for older\n\u003e processors.\n\u003e \u003e\n\u003e \u003e —\n\u003e \u003e You are receiving this because you were mentioned.\n\u003e \u003e Reply to this email directly, view it on GitHub \u003c\n\u003e https://github.com/geany/geany/issues/1335#issuecomment-266415743\u003e, or\n\u003e mute the thread \u003chttps://github.com/notifications/unsubscribe-auth/\n\u003e AAgMEvPFLxQpIT8oX1JmeefMOTWB6opzks5rHTjngaJpZM4LJO6D\u003e.\n\u003e \u003e\n\u003e\n\u003e —\n\u003e You are receiving this because you are subscribed to this thread.\n\u003e Reply to this email directly, view it on GitHub\n\u003e \u003chttps://github.com/geany/geany/issues/1335#issuecomment-266472806\u003e, or mute\n\u003e the thread\n\u003e \u003chttps://github.com/notifications/unsubscribe-auth/AAxgTXYa96ED3i1QNwEDcaVo2QzQh_Raks5rHXKxgaJpZM4LJO6D\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1335#issuecomment-266583315"}}}</script>