Yep. We want this to be as compatible as possible. The output of /proc/cpuinfo would also be useful. Thanks! -E
On Sat, Oct 11, 2014 at 2:46 PM, Helios De Rosario < [email protected]> wrote: > Hi, it is an old 32-bit machine. I had already uninstalled Julia 0.3.1 and > downgraded to the 0.2.1 version from the Ubuntu repo, which does run > smoothly. But I will give it another try and let you know. Thanks for the > support. > > Helios > > On Fri, Oct 10, 2014 at 10:11 PM, Elliot Saba <[email protected]> > wrote: > >> What kind of computer do you have? Is it a 32-bit machine or 64-bit? >> Can you try running julia inside of gdb and giving any information on what >> gdb says such as a backtrace showing where it crashed? >> >> To run julia inside of gdb, just run "gdb julia", then when gdb is loaded >> press "r" to run julia, and when it crashes, enter "bt" to get a backtrace. >> >> On Fri, Oct 10, 2014 at 12:58 PM, Helios De Rosario < >> [email protected]> wrote: >> >>> It is 0.3.1~trusty2. >>> >>> The crash message in the terminal only says "core generated" (in >>> Spanish). I suppose it means that there is a dump file somewhere with the >>> details, but I cannot find it. If somebody knows where should I look for >>> it, I would be happy to post those details. >>> >>> Thanks >>> Helios >>> >>> >>> >>> >>> On Thu, Oct 9, 2014 at 8:47 AM, Elliot Saba <[email protected]> >>> wrote: >>> >>>> Hello Helios, can you tell me what version of the package you have >>>> installed? You can get this via dpkg -l julia. I'm looking for a >>>> version number like 0.3.1~trusty1 or similar. Also, can you copy the >>>> message given at the crash here? >>>> >>>> Thanks, >>>> -E >>>> >>>> On Wed, Oct 8, 2014 at 5:56 PM, K Leo <[email protected]> wrote: >>>> >>>>> On Xubuntu 14.04 64, it seems to work fine: >>>>> >>>>> _ >>>>> _ _ _(_)_ | A fresh approach to technical computing >>>>> (_) | (_) (_) | Documentation: http://docs.julialang.org >>>>> _ _ _| |_ __ _ | Type "help()" for help. >>>>> | | | | | | |/ _` | | >>>>> | | |_| | | | (_| | | Version 0.3.1 (2014-09-21 21:30 UTC) >>>>> _/ |\__'_|_|_|\__'_| | Official http://julialang.org release >>>>> |__/ | x86_64-linux-gnu >>>>> >>>>> >>>>> >>>>> On 2014年10月09日 08:50, Helios De Rosario wrote: >>>>> >>>>>> Hi again, >>>>>> >>>>>> I saw that the 0.3.1 version of Julia was already available to >>>>>> install from the juliareleases repository, and tried to install it. But >>>>>> when I start Julia now it crashes. It generates a core file and suggests >>>>>> sending a report (I accepted). >>>>>> >>>>>> Somebody else has experienced this? I am using Lubuntu 14.04 in an >>>>>> i386 machine. Julia 0.2.1 from the main Ubuntu repository worked >>>>>> normally. >>>>>> How could I report more details to help debug this problem? >>>>>> >>>>>> Thanks for your support >>>>>> Helios De Rosario >>>>>> >>>>>> >>>>> >>>> >>> >> >
