* Andrew Kelly <andrew.ke...@neofonie.de>:
> Hi
> 
> I can confirm this is not an isolated thing, I'm seeing exactly the same
> recently, also using sqlite.

Looking at the code on
https://github.com/greenbone/gvm/blob/8a70fb723f552e84c7a80aa9109c1ce23ed39c92/src/sql_sqlite3.c
I guess that the return code of sqlite3_step is SQLITE_INTERRUPT 
(https://www.sqlite.org/rescode.html#interrupt) 

sqlite3_interrupt() can cause this (see function sql_cancel_internal() )
but I don't see where that function is being used.

-- 
Ralf Hildebrandt                   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.de        Campus Benjamin Franklin
https://www.charite.de             Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to