Skip to content

'duckdb' terminated by signal SIGSEGV (Address boundary error) #14

Description

@XhstormR
└──❯ uname -a
Darwin c02fldw5md6m 25.1.0 Darwin Kernel Version 25.1.0: Mon Oct 20 19:26:51 PDT 2025; root:xnu-12377.41.6~2/RELEASE_X86_64 x86_64 Darwin


└──❯ duckdb
-- Loading resources from /Users/user/.duckdbrc
DuckDB v1.4.2 (Andium) 68d7555
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D LOAD tributary;
D SELECT tributary_version();
┌─────────────────────┐
│ tributary_version() │
│       varchar       │
├─────────────────────┤
│ 20250612.01         │
└─────────────────────┘
D SELECT * FROM tributary_metadata(
    "bootstrap.servers" := 'kafka-new1.qa1fdg.net:9092'
  );
Setting configuration: bootstrap.servers = kafka-new1.qa1fdg.net:9092
fish: Job 1, 'duckdb' terminated by signal SIGSEGV (Address boundary error)

duckdb(86097,0x70000fdfe000) malloc: Incorrect checksum for freed object 0x7fc210852e00: probably modified after being freed.

└──❯ duckdb
-- Loading resources from /Users/user/.duckdbrc
DuckDB v1.4.2 (Andium) 68d7555
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D LOAD tributary;
D SELECT * FROM tributary_metadata(
    "bootstrap.servers" := 'k8s-middlewa-bindevpo-857418796a-8c233fd8146f29fd.elb.ap-northeast-1.amazonaws.com:9092'
  );
Setting configuration: bootstrap.servers = k8s-middlewa-bindevpo-857418796a-8c233fd8146f29fd.elb.ap-northeast-1.amazonaws.com:9092
duckdb(86097,0x70000fdfe000) malloc: Incorrect checksum for freed object 0x7fc210852e00: probably modified after being freed.
Corrupt value: 0x2cc7
duckdb(86097,0x70000fdfe000) malloc: *** set a breakpoint in malloc_error_break to debug
fish: Job 1, 'duckdb' terminated by signal SIGABRT (Abort)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions