sivarajankumar / rf-ace

Automatically exported from code.google.com/p/rf-ace
0 stars 0 forks source link

Segmentation fault when using black list feature #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Executing bin/rf-ace --filter with -B option
2.
3.

What is the expected output? 
A successful execution
What do you see instead?
The program exits (139) with Segmentation fault. 

What version of the product are you using? 1.0.7
On what operating system?
CentOS release 6.3 (Final)
Linux 2.6.32-220.7.1.el6.x86_64 x86_64

Please provide any additional information below.
blacklist text file tested were: 
1. A list of feature names (one row per each)
2. Tab delimited line of feature names
3. 1 and 2 but with integers (index) of the features.

All tests resulted in the same error.

The exact execution without the -B option completed successfully and
produced the requested outputs.

Original issue reported on code.google.com by etai.ja...@gmail.com on 4 Oct 2012 at 6:33

GoogleCodeExporter commented 8 years ago
The error was resolved by applying dos2unix convertion on the blacklist file 
which was produced using R on windows machine.

Original comment by etai.ja...@gmail.com on 4 Oct 2012 at 7:01

GoogleCodeExporter commented 8 years ago
Marking this as fixed. 

Original comment by timo.erk...@gmail.com on 22 Oct 2012 at 3:59