Re: Segfault when doing select_region where only one region exists

2012-02-22 Thread Nick Anderson
On 02/22/2012 01:44 PM, Nick Anderson wrote: > I am running 3.2.1 from the community provided rpm, it appears to be svn > rev 3089 so I am guessing thats where the issue lies. For the curious ... In SelectRegion, set end_ptr to NULL if not matched (bug839) -- Nick Anderson

Re: Segfault when doing select_region where only one region exists

2012-02-22 Thread Nick Anderson
On 02/22/2012 01:04 PM, Nick Anderson wrote: > I was trying to combine set_variable_values with the select_region > INI_section and I got a segfault when operating on a file where only a > single region exists. > > Here are the files that produce a segfault > https://gist.github.com/1886657 > > H

Segfault when doing select_region where only one region exists

2012-02-22 Thread Nick Anderson
I was trying to combine set_variable_values with the select_region INI_section and I got a segfault when operating on a file where only a single region exists. Here are the files that produce a segfault https://gist.github.com/1886657 Here where multiple regions exist it works https://gist.github