-
Notifications
You must be signed in to change notification settings - Fork 28
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
Greenmask V0.1.13 SIGSEGV #102
Comments
Hi! Thank you for reporting!
Looks like the seg fault is in Large Object dumping. I will check this tomorrow. There is definitely a bug.
Well, you're right. I will review this case tomorrow as well. |
I've created #103 PR, but I will review the logic. I think there might be high resource utilization without a worker pool pattern. I will keep you posted |
The large object dumper seg fault I hope will be fixed in #103 The fix is expected to be published as v0.1.14 on Thursday (09.05.2024) Regarding this
|
Regarding --data-only workaround right now I recommend creating dump as usual without --data-only. But if you need to restore only data you can call restore --data-only. |
Thanks for the super quick turnaround! I'll post more issues if they come up 😄 |
Published in 0.1.14. Let me know if everything is ok |
Hi!
While using Greenmask for the first time, I've encountered a segfault. Using the
dump
option while testing on a single table in my database. I've verified connection withpsql
following config:The segfault output is:
For completeness; The
uname -r
output gives:6.1.79-99.167.amzn2023.x86_64
. I've usedgreenmask-linux-amd64.tar.gz
and the following librariespostgresql15 postgresql15-contrib
. The database version is Postgres 15 as well.On a different note, I've also found that
greenmask dump --data-only
gives a schema collision error :"pg_dump: error: options -s/--schema-only and -a/--data-only cannot be used together"
The text was updated successfully, but these errors were encountered: