[Rubycocoa-devel 1180] Re: Please retry installation

Back to archive index

Laurent Sansonetti lsans****@apple*****
Sun Sep 16 18:29:34 JST 2007


On Sep 15, 2007, at 7:12 PM, Yvon Thoraval wrote:
> 2007/9/15, Laurent Sansonetti <laure****@gmail*****>:
> >   apart from that point, could this kind of prob explain why a  
> code as
> > simple as :
> >
> >
> >   def addForbidden( notification )
> >     oPanel = NSOpenPanel.openPanel
> >     oPanel.setAllowsMultipleSelect ion( true )
> >     oPanel.setCanChooseDirectories( true )
> >     oPanel.setCanChooseFiles( true )
> >
> >     puts "OK HERE!"
> >
> >     #buttonClicked = oPanel.runModal
> >     buttonClicked = oPanel.runModalForDirectory_file_types(
> > "/Volumes", nil, nil )
> >
> >      puts "buttonClicked"
> >
> >     if buttonClicked == NSOKButton
> >
> >
> >
> > fails opening gdb showing an error in NSAutoreleasePool???
>
> Please attach at least the back trace, or better, a reproducing  
> sample.
>
>
> unfortunately, this doesn't reproduce in a tiny sample...
>
> then, this comes from my project itself !

Okay, if you can't disclose your project sources, please include the  
gdb backtrace then, so that we can perhaps have a clue.

Laurent




More information about the Rubycocoa-devel mailing list
Back to archive index