Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash segfault while deleting #2037

Open
Speedkore opened this issue Mar 6, 2019 · 0 comments
Open

crash segfault while deleting #2037

Speedkore opened this issue Mar 6, 2019 · 0 comments

Comments

@Speedkore
Copy link

I'm using the docker image provided at https://hub.docker.com/r/pipelinedb/pipelinedb-postgresql-11 tag 1.0.0-12
I don't even created any stream yet on this database, just creating tables, inserting, updating data from blockchain project
As you see trying to delete the rows in a table, i'm geting a segfault
I will save the container bound volume data that has the fail state table to try it again in next versions of pipelinedb, or if you want that i do some other tests on it
Thanks in advance for any help

sudo docker start -a pipelinedb

2019-03-06 12:05:36.754 UTC [42] LOG: execute : SET extra_float_digits = 3
2019-03-06 12:05:36.754 UTC [42] LOG: execute : SET application_name = 'PostgreSQL JDBC Driver'
2019-03-06 12:05:36.797 UTC [42] LOG: execute : SET application_name = 'DBeaver 5.2.0 - Main'
2019-03-06 12:05:36.798 UTC [42] LOG: execute : SELECT current_schema()
2019-03-06 12:05:36.856 UTC [43] LOG: execute : SET extra_float_digits = 3
2019-03-06 12:05:36.857 UTC [43] LOG: execute : SET application_name = 'PostgreSQL JDBC Driver'
2019-03-06 12:05:36.901 UTC [43] LOG: execute : SET application_name = 'DBeaver 5.2.0 - Metadata'
2019-03-06 12:05:36.902 UTC [43] LOG: execute : SELECT current_schema()
2019-03-06 12:05:36.911 UTC [42] LOG: execute : delete from blockchain_certreg_issuancesingle
Segmentation fault (PID 42)
PostgreSQL version: 11.0 (Debian 11.0-1.pgdg90+2)
PipelineDB version: 1.0.0 at revision 60bcaae
query: (null)
backtrace:
/usr/lib/postgresql/11/lib/pipelinedb.so(debug_segfault+0x33)[0x7fe6cccb5cd3]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x110c0)[0x7fe6d4ee50c0]
postgres: postgres postgres 172.17.0.1(52352) DELETE(heap_attisnull+0x0)[0x55e17764b160]
postgres: postgres postgres 172.17.0.1(52352) DELETE(+0x458271)[0x55e1779df271]
postgres: postgres postgres 172.17.0.1(52352) DELETE(+0x45a02b)[0x55e1779e102b]
postgres: postgres postgres 172.17.0.1(52352) DELETE(+0x231fa7)[0x55e1777b8fa7]
postgres: postgres postgres 172.17.0.1(52352) DELETE(+0x23384a)[0x55e1777ba84a]
postgres: postgres postgres 172.17.0.1(52352) DELETE(AfterTriggerFireDeferred+0x4e)[0x55e1777c03ee]
postgres: postgres postgres 172.17.0.1(52352) DELETE(+0x13855d)[0x55e1776bf55d]
postgres: postgres postgres 172.17.0.1(52352) DELETE(CommitTransactionCommand+0xe5)[0x55e1776c0795]
postgres: postgres postgres 172.17.0.1(52352) DELETE(+0x3a9165)[0x55e177930165]
postgres: postgres postgres 172.17.0.1(52352) DELETE(PostgresMain+0x5f2)[0x55e177932662]
postgres: postgres postgres 172.17.0.1(52352) DELETE(+0xb9e00)[0x55e177640e00]
postgres: postgres postgres 172.17.0.1(52352) DELETE(PostmasterMain+0xe33)[0x55e1778beca3]
postgres: postgres postgres 172.17.0.1(52352) DELETE(main+0x854)[0x55e1776422f4]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fe6d2abf2e1]
postgres: postgres postgres 172.17.0.1(52352) DELETE(_start+0x2a)[0x55e1776423aa]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant