[augeas-devel] [Augeas] #119: recursive lens segfault

Augeas trac at fedorahosted.org
Fri Apr 16 18:08:25 UTC 2010


#119: recursive lens segfault
---------------------------------+------------------------------------------
 Reporter:  fgiraldeau           |       Owner:  lutter
     Type:  defect               |      Status:  new   
 Priority:  major                |   Milestone:  next  
Component:  Augeas               |     Version:  devel 
 Keywords:  recursive, segfault  |  
---------------------------------+------------------------------------------
 The following lens produces a coredump with augparse :

 {{{
 module Recursion_test =

 (* test iterators *)
 let rec x = [ del "a" "a" . x . del "b" "b" ] ?
 test x get "aaabbb" = ?
 }}}

 The test pass if the question mark is replaced by kleen star.

 info->error->code       AUG_EINTERNAL

 The segfault itself happens when trying to print the error, but the error
 occur when parsing the input.

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/119>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list