-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
The parser segfaults whenever it encounters a feature like the following:
promoter <1..(1579.1736)
gdb says:
Program received signal SIGSEGV, Segmentation fault.
0x00007fa17f541265 in parseLocation (sLocation=<value optimized out>,
pFeature=0x28e3c40) at gbfp.c:402
402 pFeature->lEnd = ((pFeature->ptLocation)+(iLocationNum - 1))->lEnd;
What version of the product are you using? On what operating system?
gbfp 0.6.1
linux amd64
Please provide any additional information below.
Found the error while parsing the RefSeq record for NM_006517.
Original issue reported on code.google.com by akbor...@gmail.com on 3 Mar 2009 at 3:09
Reactions are currently unavailable