richardhundt / luv

libuv bindings for Lua
Apache License 2.0
118 stars 19 forks source link

segment when execute a fs example #5

Closed miketang84 closed 12 years ago

miketang84 commented 12 years ago

local luv = require 'luv'

local t = luv.fs.stat("/tmp") for k,v in pairs(t) do print(k, "=>", v) end

richardhundt commented 12 years ago

It works for me using git HEAD on both Ubuntu 12.04 and MacOS X. Are you using the latest git?

I'm working furiously on this, so it breaks from time to time. This isn't stable software :)

On Oct 8, 2012, at 5:11 PM, daogangtang wrote:

local luv = require 'luv'

local t = luv.fs.stat("/tmp") for k,v in pairs(t) do print(k, "=>", v) end

— Reply to this email directly or view it on GitHub.

richardhundt commented 12 years ago

I can't repro, but I had this at one stage too and fixed it. Please let me know if the problem persists and I'll investigate.

miketang84 commented 12 years ago

I update git to today's, segment disappear now. :)

On Tue, Oct 9, 2012 at 3:51 AM, Richard Hundt notifications@github.comwrote:

I can't repro, but I had this at one stage too and fixed it. Please let me know if the problem persists and I'll investigate.

— Reply to this email directly or view it on GitHubhttps://github.com/richardhundt/luv/issues/5#issuecomment-9237948.

Nothing is impossible.