[NeXus-code-tickets] [NeXusCode] #133: groupdir() crashes if called after a makegroup()

NeXus Data Format Library and Applications noreply at nexusformat.org
Wed Sep 10 15:31:28 BST 2008


#133: groupdir() crashes if called after a makegroup()
-----------------------------+----------------------------------------------
 Reporter:  Stuart Campbell  |       Owner:  Unassigned     
     Type:  defect           |      Status:  new            
 Priority:  major            |   Milestone:  NeXus 4.2 Ready
Component:  bindings         |     Version:  trunk          
 Keywords:                   |  
-----------------------------+----------------------------------------------
 If you do something like (using the Java NAPI)

 file.makegroup("name","NXentry")
 file.groupdir()

 it crashes!  but the following is happy...

 file.makegroup("name","NXentry")
 file.opengroup("name","NXentry")
 file.closegroup()
 file.groupdir()

-- 
Ticket URL: <http://trac.nexusformat.org/code/ticket/133>
NeXus Data Format Library and Applications <http://www.nexusformat.org/>
NeXus Data Format Library and Applications



More information about the NeXus-code-tickets mailing list