[augeas-devel] [Augeas] #165: augeas-libs crash on RHEL6 / PPC64

Augeas trac at fedorahosted.org
Mon Dec 13 14:38:03 UTC 2010


#165: augeas-libs crash on RHEL6 / PPC64
------------------------+---------------------------------------------------
  Reporter:  caioromao  |       Owner:  lutter   
      Type:  defect     |      Status:  assigned 
  Priority:  major      |   Milestone:  next     
 Component:  Augeas     |     Version:  0.7.0    
Resolution:             |    Keywords:  ppc, rhel
------------------------+---------------------------------------------------
Comment (by caioromao):

 Some more information:

 The crash doesn't happen on RHEL6 for x86_64.

 Using the following direct {{{ctypes}}} calls still cause the crash on
 RHEL6 ppc64:

 {{{
 import ctypes

 libaugeas = ctypes.cdll.LoadLibrary('libaugeas.so.0')
 libaugeas.aug_init.restype = ctypes.c_void_p
 handle = libaugeas.aug_init(None, None, 0)
 libaugeas.aug_save(handle)
 }}}

 Same issue as before: unable to access the memory pointed by the {{{struct
 augeas}}} handle.

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/165#comment:3>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list