TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Apple CoreGraphics framework logging input data to /tmp

138 点作者 rbdn超过 10 年前

5 条评论

coldcode超过 10 年前
Very very few OSX apps use an alternate allocator so this was probably not noticed. Having written a commercial memory allocator before (for MacOS prior to OSX) the one in OSX is actually quite good for most people. I don&#x27;t know why Mozilla decided they needed jemalloc but maybe it tested better for their usage.<p>Still you would think tracking what&#x27;s written to such a common directory would have been seen by someone at Apple. Firefox isn&#x27;t exactly obscure.
评论 #8704851 未加载
评论 #8704566 未加载
stinos超过 10 年前
Well every programmer probably made a mistake like that once, twice or more (or just, every programmers makes mistakes tout-court), but imo something like this should have been caught in the pull request&#x2F;code review&#x2F;general testing stage as it concerns a major OS? That being said I obviously have no idea what stages precede an actual release of an OS. Anyone does?
评论 #8704497 未加载
评论 #8704490 未加载
评论 #8704575 未加载
stevep98超过 10 年前
I didn&#x27;t see any logs for firefox, but did see a similar file for Google Earth...<p>&quot;&#x2F;tmp&#x2F;CGLog_Google Earth_7790&quot;<p>full of:<p>7629.0413465 (Google Earth): CGSGetNextEventRecordInternal: 7629.0410916 loc (90.4, 934.0) conn 0x34b5f MouseMoved win 0x4a0 (click 1) 7629.0581342 (Google Earth): CGSGetNextEventRecordInternal: 7629.0578892 loc (84.4, 929.0) conn 0x34b5f MouseMoved win 0x4a0 (click 1) 7629.0750728 (Google Earth): CGSGetNextEventRecordInternal: 7629.0749128 loc (70.4, 918.0) conn 0x34b5f MouseExited win 0x4a0 tArea 0x19494 7629.0750766 (Google Earth): CGSGetNextEventRecordInternal: 7629.0749338 loc (70.4, 918.0) conn 0x34b5f MouseExited win 0x4a0 tArea 0x19493
dahjelle超过 10 年前
I&#x27;m using Firefox Developer Edition, and I don&#x27;t see any CGLog_* files in &#x2F;tmp at all. Am I missing something?
评论 #8704551 未加载
jheriko超过 10 年前
another apple 101 screwup.<p>lets hope that this helps encourage them improve their QA process to the point where they at least test real world applications a bit more heavily (or at all). :)