You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that if a query from a table where a value has unary primite type (101) then c library (c.o) ends up in Segmentation fault.
How to reproduce:
create a table with a column type Char (10).
insert some data where a row should contain unary primitive type (101)
create a simple C/C++ that execute the query.
I tried with the latest client version c.0 v.4.0 and it still coring. Unfortunately I cannot paste any code here.
The text was updated successfully, but these errors were encountered:
tojocky
changed the title
c.o end up with SIGSEGV (Segmentation fault) when qury return has 101 type (unary primitive)
unary primitive type (101) cause SIGSEGV (Segmentation fault) when query result is processed in c library
Oct 4, 2023
Connected
Value type 10
String ab
Value type 10
String cd
Value type 101
NULL
Im not sure if this is what you meant, but doesnt crash for me. It would if I tried to print out a 101 as if it was a string. If you could clarify further if you still have an issue (or if the above causes an issue for you, which platform/version/etc).
Hi,
I found that if a query from a table where a value has unary primite type (101) then c library (c.o) ends up in Segmentation fault.
How to reproduce:
create a table with a column type Char (10).
insert some data where a row should contain unary primitive type (101)
create a simple C/C++ that execute the query.
I tried with the latest client version c.0 v.4.0 and it still coring. Unfortunately I cannot paste any code here.
The text was updated successfully, but these errors were encountered: