Status: Accepted Owner: mikhail.naganov Labels: Type-Bug Priority-Medium OS-Mac
New issue 417 by mikhail.naganov: On Mac, "%t" placeholder in --logfile argument is always expanded to 4294967295 instead of current time. http://code.google.com/p/v8/issues/detail?id=417 Run shell as follows: ./shell --log --logfile=%t.log script.js On Mac, it will produce a log file called 4294967295.log whenever you run it. BTW, 4294967295 is 0xffffffff, so it is definitely an error. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
