[Groonga-commit] groonga/groonga-query-log at af9fde9 [master] Add a missing code

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 29 10:25:22 JST 2018


Kouhei Sutou	2018-03-29 10:25:22 +0900 (Thu, 29 Mar 2018)

  New Revision: af9fde98b07c1236d289322cd24488fefe9bd265
  https://github.com/groonga/groonga-query-log/commit/af9fde98b07c1236d289322cd24488fefe9bd265

  Message:
    Add a missing code

  Modified files:
    lib/groonga-query-log/command/check-crash.rb

  Modified: lib/groonga-query-log/command/check-crash.rb (+1 -0)
===================================================================
--- lib/groonga-query-log/command/check-crash.rb    2018-03-29 10:12:35 +0900 (f7b5d45)
+++ lib/groonga-query-log/command/check-crash.rb    2018-03-29 10:25:22 +0900 (1f3690e)
@@ -210,6 +210,7 @@ module GroongaQueryLog
             @running_processes[entry.pid] = process
           when /\Agrn_fin \(\d+\)\z/
             n_leaks = $1.to_i
+            process = @running_processes[entry.pid]
             process.n_leaks = n_leaks
             yield(process)
             @running_processes.delete(entry.pid)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180329/3cc6fa3c/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index