Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-18000

[Plasma][C++] plasma-store-server start with -h , occur bus error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • C++ - Plasma
    • None

    Description

      use plasma as a shared-memory ,

      start with these args:

      ./plasma-store-server -m 1000000 -s /tmp/test -d /dev/shm -h

      occurs bus error

      /home/arrow/arrow/cpp/src/plasma/store.cc:1277: Allowing the Plasma store to use up to 0.001GB of memory.
      /home/arrow/arrow/cpp/src/plasma/store.cc:1300: Starting object store with directory /dev/shm and huge page support enabled
      /home/arrow/arrow/cpp/src/plasma/store.cc:1328:  hugepage enable , SetMallocGranularity.
      /home/arrow/arrow/cpp/src/plasma/store.cc:1349: starting server listening on /tmp/test
      /home/arrow/arrow/cpp/src/plasma/store.cc:1154: new PlasmaStore...
      /home/arrow/arrow/cpp/src/plasma/store.cc:1163: Memalign...pointer
      /home/arrow/arrow/cpp/src/plasma/plasma_allocator.cc:34: Memalign,alignment=64;bytes=997952
      internal memalign
      internal malloc req = 998056,nb = 997968,min_chunk_size = 32,chunk_overhead = 8
      Bus error

       

      env:

      [root@02a40e9b75b6 release]# free
                    total        used        free      shared  buff/cache   available
      Mem:       12979512     6299224     1163552      369948     5516736     5990072
      Swap:       4194304       16480     4177824
      [root@02a40e9b75b6 release]# uname -a
      Linux 02a40e9b75b6 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

      Attachments

        Activity

          People

            Unassigned Unassigned
            Allen917 xingwang li
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: