Closed
Bug 488478
Opened 16 years ago
Closed 16 years ago
Mac pyspy work on mac to trigger mem dump.
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: treilly, Assigned: rishah)
Details
Attachments
(1 file, 3 obsolete files)
17.31 KB,
patch
|
treilly
:
review+
|
Details | Diff | Splinter Review |
signal's and a unix domain socket should suffice.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #373003 -
Flags: review?(treilly)
Assignee | ||
Comment 2•16 years ago
|
||
Note: Will remove the print statements from pyspy-mac. They were added for debugging aid.
Assignee | ||
Comment 3•16 years ago
|
||
New patch with minor cleanup.
Attachment #373003 -
Attachment is obsolete: true
Attachment #373005 -
Flags: review?(treilly)
Attachment #373003 -
Flags: review?(treilly)
Reporter | ||
Comment 4•16 years ago
|
||
Comment on attachment 373003 [details] [diff] [review]
[v1] patch
Awesome, lets merge pyspy-mac w/ the other pyspy and do platform detection in the script.
What's with the s.send('Hello')?
This impl looks more posix than mac, wanna be optimistic and use the same code for linux/solaris too?
Attachment #373003 -
Flags: review-
Assignee | ||
Comment 5•16 years ago
|
||
> What's with the s.send('Hello')?
It is a message to break from select() on the server side. I could select() on the write descriptor i guess. Will change it.
> This impl looks more posix than mac, wanna be optimistic and use the same code
> for linux/solaris too?
Yes the idea was to have the same code use for all posix platforms. I kept the name mac for now and would move it to pyspy-posix/SpyUtilsPosix as the next step since SpyutilsMac.cpp was already added.
Assignee | ||
Comment 6•16 years ago
|
||
Incorporating feedback from v1 patch review -
- Combining pyspy for mac and win
- renaming spyutilsmac.cpp to spyutilsposix.cpp
- removing s.send('Hello') from pyspy code for posix/mac. instead select now waits for write descriptor on socket to be ready
Attachment #373005 -
Attachment is obsolete: true
Attachment #373061 -
Flags: review?(treilly)
Attachment #373005 -
Flags: review?(treilly)
Assignee | ||
Updated•16 years ago
|
Attachment #373061 -
Attachment is patch: true
Attachment #373061 -
Attachment mime type: application/octet-stream → text/plain
Reporter | ||
Updated•16 years ago
|
Attachment #373061 -
Flags: review?(treilly) → review-
Reporter | ||
Comment 7•16 years ago
|
||
Comment on attachment 373061 [details] [diff] [review]
[v2] patch
check out sys.platform I think that will allow to get rid of the platform argument.
Assignee | ||
Comment 8•16 years ago
|
||
platform detection changes in pyspy
Attachment #373061 -
Attachment is obsolete: true
Attachment #373151 -
Flags: review?(treilly)
Reporter | ||
Updated•16 years ago
|
Attachment #373151 -
Flags: review?(treilly) → review+
Assignee | ||
Comment 9•16 years ago
|
||
changeset 1762 b38308650a08
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•