Fixed in odkl snapshot branch.

** Changed in: tarantool
    Milestone: None => 1.5.2

** Changed in: tarantool
     Assignee: (unassigned) => Dmitry Simonenko (pmwkaa)

** Changed in: tarantool
   Importance: Undecided => Medium

** Changed in: tarantool
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1099158

Title:
  Lua must not perform garbage collection when child process exits

Status in Tarantool - an efficient in-memory data store:
  Fix Released

Bug description:
  (some debug output added to soucres from the master branch)

  ----
  /* Parent (14154) */
  2013-01-13 21:28:45.801 [14154] 103/admin/127.0.0.1:42376 admin.rl:245 W> 
SAVE SNAPSHOT
  2013-01-13 21:28:45.801 [14154] 103/admin/127.0.0.1:42376 tarantool.m:335 W> 
Fork (master) => 14159

  /* Snapshot child (14159) */
  2013-01-13 21:28:45.801 [14159] 103/dumper tarantool.m:367 W> Fork (child) => 0
  2013-01-13 21:28:45.801 [14159] 103/dumper log_io.m:630 E> 
log_io_open_for_write: failed to open `./00000000000000000050.snap': File exists
  2013-01-13 21:28:45.801 [14159] 103/dumper recovery.m:1212 W> snap == NULL
  2013-01-13 21:28:45.801 [14159] 103/dumper F> Failed to save snapshot: failed 
to open file in write mode.
  2013-01-13 21:28:45.801 [14159] 103/dumper init.m:765 W> lbox_fiber_gc        
     <!-- WTF ???
  ----

  Invoked from panic_status() -> exit() -> atexit handlers() ->
  tarantool_free() -> tarantool_lua_close()

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1099158/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to