Project

General

Profile

Bug #322

Updated by Yannick Brosseau over 11 years ago

It's impolite for a library to call exit(). 

 We should find a better way to do error handling in those case 

 ( 
 rom rpmlint: See output of rpmlist ran on fedora: 
 libbabeltrace.x86_64: lttng-ust.x86_64: W: shared-lib-calls-exit /usr/lib64/libbabeltrace-ctf.so.0.0.0 /usr/lib64/liblttng-ust-ctl.so.0.0.0 exit@GLIBC_2.2.5 
 

 ) 
 Its in the file: 
 babeltrace/formats/ctf/metadata/ctf-lexer.c 

Back