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

[Bug]: SEGMENT FAULTS #2535

Open
1 task done
MikeIvanichev opened this issue Feb 26, 2025 · 0 comments
Open
1 task done

[Bug]: SEGMENT FAULTS #2535

MikeIvanichev opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@MikeIvanichev
Copy link

MikeIvanichev commented Feb 26, 2025

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Version or Commit ID

branch: main, commit-id: nightly-0-424f9e0

Other environment information

infinity-1  | Release: 0.6.0 build on 2025-02-13 13:08.51 with RelWithDebInfo mode from branch: main, commit-id: nightly-0-424f9e0
infinity-1  | Currently enabled SIMD support: f16c, sse2, avx, avx2
infinity-1  | [info] Config file: 
infinity-1  | No config file is given, use default configs.
infinity-1  | Infinity system configs: 
infinity-1  |  - version: 0.6.0
infinity-1  |  - timezone: UTC8
infinity-1  |  - cpu_limit: 12
infinity-1  |  - server mode: standalone
infinity-1  |  - server address: 0.0.0.0
infinity-1  |  - peer server ip: 0.0.0.0
infinity-1  |  - peer server port: 23850
infinity-1  |  - postgres port: 5432
infinity-1  |  - http port: 23820
infinity-1  |  - rpc client port: 23817
infinity-1  |  - connection pool size: 256
infinity-1  |  - peer server connection pool size: 256
infinity-1  |  - log_filename: infinity.log
infinity-1  |  - log_dir: /var/infinity/log
infinity-1  |  - log_file_path: /var/infinity/log/infinity.log
infinity-1  |  - log_to_stdout: true
infinity-1  |  - log_file_max_size: 1.00GB
infinity-1  |  - log_file_rotate_count: 8
infinity-1  |  - log_level: Info
infinity-1  |  - persistence_dir: /var/infinity/persistence
infinity-1  |  - persistence_file_size: 134217728
infinity-1  |  - data_dir: /var/infinity/data
infinity-1  |  - cleanup_interval: 10s
infinity-1  |  - compact_interval: 10s
infinity-1  |  - optimize_index_interval: 10s
infinity-1  |  - memindex_capacity: 65536
infinity-1  |  - dense_index_building_worker: 6
infinity-1  |  - sparse_index_building_worker: 6
infinity-1  |  - fulltext_index_building_worker: 6
infinity-1  |  - storage_type: local
infinity-1  |  - snapshot_dir: /var/infinity/snapshot
infinity-1  |  - buffer_manager_size: 8.00GB
infinity-1  |  - temp_dir: /var/infinity/tmp
infinity-1  |  - memindex_memory_quota: 4.00GB
infinity-1  |  - wal_dir: /var/infinity/wal
infinity-1  |  - buffer_manager_size: 1.00GB
infinity-1  |  - full_checkpoint_interval: 30s
infinity-1  |  - delta_checkpoint_interval: 5s
infinity-1  |  - delta_checkpoint_threshold: 64.00MB
infinity-1  |  - flush_method_at_commit: FlushAtOnce
infinity-1  |  - resource_dir: /var/infinity/resource

Actual behavior and How to reproduce it

The crash seems to be precipitated by a search request (over http) that fails with code 3069.

Edit: The reason the search returned 3069 was because I forgot to set a fusion_method.

Expected behavior

No response

Additional information

Logs:

infinity-1  | [22:31:47.663] [390] [critical] Error: SEGMENT FAULTS
infinity-1  | [22:31:47.663] [390] [critical] 0, /usr/bin/infinity(+0x4e2369) [0x556ec2234369]
infinity-1  | [22:31:47.663] [390] [critical] 1, /usr/bin/infinity(+0x22fe8b) [0x556ec1f81e8b]
infinity-1  | [22:31:47.663] [390] [critical] 2, /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f0e9559c520]
infinity-1  | [22:31:47.663] [390] [critical] 3, /usr/bin/infinity(+0x53b773) [0x556ec228d773]
infinity-1  | [22:31:47.663] [390] [critical] 4, /usr/bin/infinity(+0x1435666) [0x556ec3187666]
infinity-1  | [22:31:47.663] [390] [critical] 5, /usr/bin/infinity(+0x51515f) [0x556ec226715f]
infinity-1  | [22:31:47.663] [390] [critical] 6, /usr/bin/infinity(+0x1e2ea33) [0x556ec3b80a33]
infinity-1  | [22:31:47.663] [390] [critical] 7, /usr/bin/infinity(+0x1e2f508) [0x556ec3b81508]
infinity-1  | [22:31:47.663] [390] [critical] 8, /usr/bin/infinity(+0x1e30238) [0x556ec3b82238]
infinity-1  | [22:31:47.663] [390] [critical] 9, /usr/bin/infinity(+0x1e2db8e) [0x556ec3b7fb8e]
infinity-1  | [22:31:47.663] [390] [critical] 10, /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0e955eeac3]
infinity-1  | [22:31:47.663] [390] [critical] 11, /lib/x86_64-linux-gnu/libc.so.6(clone+0x44) [0x7f0e9567fa04]
infinity-1  | [22:31:47.674] [390] [info] Periodic trigger stop ...
@MikeIvanichev MikeIvanichev added the bug Something isn't working label Feb 26, 2025
@MikeIvanichev MikeIvanichev changed the title [Bug]: [Bug]: SEGMENT FAULTS Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant