I'm almost sure this is not the right place to report it. Pharo downloaded from get.pharo.org/64/ on Ubuntu 16.04 (64bit)Im having a vm crash when looking at the history of a repository on iceberg. urpharo: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. Has somebody had this problem? Where's the right place to report this? Thanks, Julián |
Thanks Julian
Esteban is on vacation right now. But this is the right place. Thanks again. On Sun, Jul 30, 2017 at 3:51 AM, Julián Maestri <[hidden email]> wrote: > I'm almost sure this is not the right place to report it. > > Im having a vm crash when looking at the history of a repository on iceberg. > >> urpharo: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) >> && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse >> (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. >> ./pharo-ui: line 11: 2011 Aborted (core dumped) >> "$DIR"/"pharo-vm/pharo" "$@" > > > Pharo downloaded from get.pharo.org/64/ on Ubuntu 16.04 (64bit) > > Has somebody had this problem? > Where's the right place to report this? > > Thanks, Julián |
In reply to this post by Julián Maestri-2
Me, too. Primitive failure. 117, IIRC.
On July 30, 2017 3:51:56 AM GMT+02:00, "Julián Maestri" <[hidden email]> wrote: >I'm almost sure this is not the right place to report it. > >Im having a vm crash when looking at the history of a repository on >iceberg. > >urpharo: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top >(av) >> && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && >prev_inuse >> (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' >failed. >> ./pharo-ui: line 11: 2011 Aborted (core dumped) >> "$DIR"/"pharo-vm/pharo" "$@" >> > >Pharo downloaded from get.pharo.org/64/ on Ubuntu 16.04 (64bit) > >Has somebody had this problem? >Where's the right place to report this? > >Thanks, Julián |
Hi, and a bug report on https://github.com/pharo-vcs/iceberg/issues ? (so I do not forget when I comeback from holidays). cheers! Esteban
|
Esteban Lorenzano wrote:
> Hi, > > can I have a reproducible case? IIRC, every click on a particular commit in history view just does that. > and a bug report on https://github.com/pharo-vcs/iceberg/issues ? Not me, no github (and no plan to). > (so I do not forget when I comeback from holidays). > > cheers! > Esteban > >> On 30 Jul 2017, at 21:37, [hidden email] <mailto:[hidden email]> >> wrote: >> >> Me, too. Primitive failure. 117, IIRC. >> >> On July 30, 2017 3:51:56 AM GMT+02:00, "Julián Maestri" >> <[hidden email] <mailto:[hidden email]>> wrote: >>> I'm almost sure this is not the right place to report it. >>> >>> Im having a vm crash when looking at the history of a repository on >>> iceberg. >>> >>> urpharo: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top >>> (av) >>>> && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && >>> prev_inuse >>>> (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' >>> failed. >>>> ./pharo-u >>>> "$DIR"/"pharo-vm/pharo" "$@" >>>> >>> >>> Pharo downloaded from get.pharo.org/64/ <http://get.pharo.org/64/> >>> on Ubuntu 16.04 (64bit) >>> >>> Has somebody had this problem? >>> Where's the right place to report this? >>> >>> Thanks, Julián >> > |
> On 3 Aug 2017, at 11:24, Herby Vojčík <[hidden email]> wrote: > > Esteban Lorenzano wrote: >> Hi, >> >> can I have a reproducible case? > > IIRC, every click on a particular commit in history view just does that. not really, I use it everyday (well, not now since I’m on holidays, but every other day). > >> and a bug report on https://github.com/pharo-vcs/iceberg/issues ? > > Not me, no github (and no plan to). then I will probably not remember issue because I cannot remember everything I see (I receive 150+ mails *a day*, imagine that in 20 days holidays). But if for real there is a crash so often, I will eventually hit it (or some other will eventually report it). cheers! Esteban > >> (so I do not forget when I comeback from holidays). >> >> cheers! >> Esteban >> >>> On 30 Jul 2017, at 21:37, [hidden email] <mailto:[hidden email]> wrote: >>> >>> Me, too. Primitive failure. 117, IIRC. >>> >>> On July 30, 2017 3:51:56 AM GMT+02:00, "Julián Maestri" <[hidden email] <mailto:[hidden email]>> wrote: >>>> I'm almost sure this is not the right place to report it. >>>> >>>> Im having a vm crash when looking at the history of a repository on >>>> iceberg. >>>> >>>> urpharo: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top >>>> (av) >>>>> && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && >>>> prev_inuse >>>>> (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' >>>> failed. >>>>> ./pharo-u > i: line 11: 2011 Aborted (core dumped) >>>>> "$DIR"/"pharo-vm/pharo" "$@" >>>>> >>>> >>>> Pharo downloaded from get.pharo.org/64/ <http://get.pharo.org/64/> on Ubuntu 16.04 (64bit) >>>> >>>> Has somebody had this problem? >>>> Where's the right place to report this? >>>> >>>> Thanks, Julián >>> >> > > > |
there was a problem with latest VM.
now, latest Iceberg release along with latest VM should fix this problem. Esteban > On 3 Aug 2017, at 11:32, Esteban Lorenzano <[hidden email]> wrote: > > >> On 3 Aug 2017, at 11:24, Herby Vojčík <[hidden email]> wrote: >> >> Esteban Lorenzano wrote: >>> Hi, >>> >>> can I have a reproducible case? >> >> IIRC, every click on a particular commit in history view just does that. > not really, I use it everyday (well, not now since I’m on holidays, but every other day). > >> >>> and a bug report on https://github.com/pharo-vcs/iceberg/issues ? >> >> Not me, no github (and no plan to). > > then I will probably not remember issue because I cannot remember everything I see (I receive 150+ mails *a day*, imagine that in 20 days holidays). But if for real there is a crash so often, I will eventually hit it (or some other will eventually report it). > > cheers! > Esteban > >> >>> (so I do not forget when I comeback from holidays). >>> >>> cheers! >>> Esteban >>> >>>> On 30 Jul 2017, at 21:37, [hidden email] <mailto:[hidden email]> wrote: >>>> >>>> Me, too. Primitive failure. 117, IIRC. >>>> >>>> On July 30, 2017 3:51:56 AM GMT+02:00, "Julián Maestri" <[hidden email] <mailto:[hidden email]>> wrote: >>>>> I'm almost sure this is not the right place to report it. >>>>> >>>>> Im having a vm crash when looking at the history of a repository on >>>>> iceberg. >>>>> >>>>> urpharo: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top >>>>> (av) >>>>>> && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && >>>>> prev_inuse >>>>>> (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' >>>>> failed. >>>>>> ./pharo-u >> i: line 11: 2011 Aborted (core dumped) >>>>>> "$DIR"/"pharo-vm/pharo" "$@" >>>>>> >>>>> >>>>> Pharo downloaded from get.pharo.org/64/ <http://get.pharo.org/64/> on Ubuntu 16.04 (64bit) >>>>> >>>>> Has somebody had this problem? >>>>> Where's the right place to report this? >>>>> >>>>> Thanks, Julián >>>> >>> >> >> >> > |
Free forum by Nabble | Edit this page |