[erlang-bugs] R12B1: pman exits on XP.

Dan Gudmundsson dgud@REDACTED
Wed Apr 2 13:01:22 CEST 2008


Thanks will be fixed in next release.

gs/src/gstk_gridline.erl
90,92c90,92
<     gstk_db:delete_widget(DB, Gstkid),
<     {Gstkid#gstkid.parent, Gstkid#gstkid.id, gstk_gridline,
<      [Gstkid, gstk_db:opt(DB,Gstkid,row)]}.
---
 >     Row = gstk_db:opt(DB,Gstkid,row),
 >     gstk_db:delete_widget(DB, Gstkid),
 >     {Gstkid#gstkid.parent, Gstkid#gstkid.id, gstk_gridline,[Gstkid, Row]}.

/Dan

Jan Jacobs wrote:
> Hi
> 
> I have been testing with R12B1 on XP Profesional on a Pentuim 4 which SMP 
> enabled.
> When I do the following, pman keeps on exiting!
> 
> (maxman@REDACTED)3> pman:start().
> <0.524.0>
> 
>  Click on "Hide System Processes"
> 
> (maxman@REDACTED)4> GS frontend. Last mgs in was:{<0.524.0>,{destroy,554}}
> (maxman@REDACTED)4> exit:{<0.524.0>,{destroy,554}}
> (maxman@REDACTED)4> Reason: {'EXIT',
>             {function_clause,
>                 [{gs_frontend,remove_objs,
>                      [123,
>                       {error,
>                           {{badmatch,[]},
>                            [{gstk_db,opt,3},
>                             {gstk_gridline,delete,2},
>                             {gstk,delete_only_this_widget,2},
>                             {gstk,destroy_impl,2},
>                             {gstk,doit,2},
>                             {gstk,loop,1}]}}]},
>                  {gs_frontend,doit,2},
>                  {gs_frontend,loop,1}]}}
> 
> 
> If I start the run time with no applications the exiting is erratic, 
> sometimes it will exit on the fist click other times it will do it after 
> third or forth click.
> If I start run time with my application it will exit on the first click.
> 
> Cheers
> Jan 
> 
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-bugs
> 



More information about the erlang-bugs mailing list