Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-24238

[ERROR] mysqld got exception 0xc0000005

    XMLWordPrintable

Details

    Description

      2020-11-18  8:17:40 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
      2020-11-18  8:17:40 0 [Note] InnoDB: Uses event mutexes
      2020-11-18  8:17:40 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
      2020-11-18  8:17:40 0 [Note] InnoDB: Number of pools: 1
      2020-11-18  8:17:40 0 [Note] InnoDB: Using SSE2 crc32 instructions
      2020-11-18  8:17:40 0 [Note] InnoDB: Initializing buffer pool, total size = 2G, instances = 8, chunk size = 128M
      2020-11-18  8:17:40 0 [Note] InnoDB: Completed initialization of buffer pool
      2020-11-18  8:17:41 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
      2020-11-18  8:17:41 0 [Note] InnoDB: Creating shared tablespace for temporary tables
      2020-11-18  8:17:41 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
      2020-11-18  8:17:41 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
      2020-11-18  8:17:41 0 [Note] InnoDB: Waiting for purge to start
      2020-11-18  8:17:41 0 [Note] InnoDB: 10.3.26 started; log sequence number 238147676; transaction id 240981
      2020-11-18  8:17:41 0 [Note] InnoDB: Loading buffer pool(s) from D:\ProgramFiles\MariaDB\data\ib_buffer_pool
      2020-11-18  8:17:41 0 [Note] Plugin 'FEEDBACK' is disabled.
      2020-11-18  8:17:41 0 [Note] Server socket created on IP: '::'.
      2020-11-18  8:17:41 0 [Note] Reading of all Master_info entries succeeded
      2020-11-18  8:17:41 0 [Note] Added new Master_info '' to hash table
      2020-11-18  8:17:41 0 [Note] D:\ProgramFiles\MariaDB\bin\mysqld.exe: ready for connections.
      Version: '10.3.26-MariaDB'  socket: ''  port: 3308  mariadb.org binary distribution
      2020-11-18  8:17:42 0 [Note] InnoDB: Buffer pool(s) load completed at 201118  8:17:42
      201118  8:22:04 [ERROR] mysqld got exception 0xc0000005 ;
      This could be because you hit a bug. It is also possible that this binary
      or one of the libraries it was linked against is corrupt, improperly built,
      or misconfigured. This error can also be caused by malfunctioning hardware.
       
      To report this bug, see https://mariadb.com/kb/en/reporting-bugs
       
      We will try our best to scrape up some info that will hopefully help
      diagnose the problem, but since we have already crashed, 
      something is definitely wrong and this may fail.
       
      Server version: 10.3.26-MariaDB
      key_buffer_size=134217728
      read_buffer_size=131072
      max_used_connections=1
      max_threads=65537
      thread_count=7
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 136212 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x703ff328
      Attempting backtrace. You can use the following information to find out
      where mysqld died. If you see no messages after this, something went
      terribly wrong...
      mysqld.exe!ha_maria::extra()[ha_maria.cc:2514]
      mysqld.exe!end_read_record()[records.cc:326]
      mysqld.exe!st_join_table::cleanup()[sql_select.cc:12739]
      mysqld.exe!JOIN::cleanup()[sql_select.cc:13109]
      mysqld.exe!JOIN::join_free()[sql_select.cc:13016]
      mysqld.exe!do_select()[sql_select.cc:19297]
      mysqld.exe!JOIN::exec_inner()[sql_select.cc:4120]
      mysqld.exe!JOIN::exec()[sql_select.cc:3915]
      mysqld.exe!mysql_select()[sql_select.cc:4321]
      mysqld.exe!handle_select()[sql_select.cc:370]
      mysqld.exe!execute_sqlcom_select()[sql_parse.cc:6318]
      mysqld.exe!mysql_execute_command()[sql_parse.cc:3847]
      mysqld.exe!mysql_parse()[sql_parse.cc:7843]
      mysqld.exe!dispatch_command()[sql_parse.cc:1855]
      mysqld.exe!do_command()[sql_parse.cc:1398]
      mysqld.exe!threadpool_process_request()[threadpool_common.cc:367]
      mysqld.exe!tp_callback()[threadpool_common.cc:185]
      ntdll.dll!TpReleaseWork()
      ntdll.dll!TpDisassociateCallback()
      kernel32.dll!BaseThreadInitThunk()
      ntdll.dll!RtlUserThreadStart()
       
      Trying to get some variables.
      Some pointers may be invalid and cause the dump to abort.
      Query (0x70657010): select distinct d.tgl,d.ref,a.customer,b.nama,a.sales,a.lokasi,a.faktur2,a.refso,
      date(date_add(d.tgl, interval d.tempo day)) as tgltempo,
      a.jnstransaksi,d.tempo as term, d.nilaifaktur,
      sum(if(a.jnstransaksi=3,ifnull(a.bayar,0)+ifnull(a.bayar2,0)+ifnull(a.bayar3,0),0)) as bayar,
      sum(a.piutang) as Saldo,
      datediff('2020-10-31 00:00:00',d.tgl) as umur,datediff('2020-10-31 00:00:00',d.tgl)-d.tempo as larut,
      a.ket,e.bayargiro,e.nogiro,
      if(datediff('2020-10-31 00:00:00',a.tgl)-a.tempo<=-1,sum(a.piutang),0) as tbtjm,
      if(datediff('2020-10-31 00:00:00',a.tgl)-a.tempo=0,sum(a.piutang),0) as t0,
      if(datediff('2020-10-31 00:00:00',a.tgl)-a.tempo between 1 and 30 ,sum(a.piutang),0) as t1s30,
      if(datediff('2020-10-31 00:00:00',a.tgl)-a.tempo between 31 and 60 ,sum(a.piutang),0) as t31s60,
      if(datediff('2020-10-31 00:00:00',a.tgl)-a.tempo between 61 and 90 ,sum(a.piutang),0) as t61s90,
      if(datediff('2020-10-31 00:00:00',a.tgl)-a.tempo between 91 and 120 ,sum(a.piutang),0) as t91s120,
      if(datediff('2020-10-31 00:00:00',a.tgl)-a.tempo>=121 and 120,sum(a.piutang),0) as tl120
      from penjualan a left join customer b on a.customer=b.kode 
      left join (select faktur2,if(jnstransaksi=1,tgl,tglref) as tgl,tempo,lokasi,netto as nilaifaktur,ref 
      from penjualan where jnstransaksi in (1,4)) d on d.faktur2=a.faktur2
      left join (select distinct faktur2, group_concat(nobukti) as nogiro, sum(bayar) as bayargiro from penjualan a 
      left join customer b on a.customer=b.kode
      where jnstransaksi=3 and cekgiro=-1 and kosong=0 and (date(a.tgl)>date('2020.10.31')) and lokasi in (60)  group by faktur2) e on e.faktur2=a.faktur2 
      where (date(a.tgl)<=date('2020.10.31')) and a.lokasi in (60)   and a.customer='000383'
      group by a.faktur2
      having saldo<>0 
      order by a.customer, d.tgl
      Connection ID (thread ID): 27
      Status: NOT_KILLED
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              royja Dedy
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.