Closed
Bug 779641
Opened 14 years ago
Closed 14 years ago
error occurred while processing 'attach' request: TypeError: this._tabActor._tabbrowser is undefined
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: mschwart, Assigned: past)
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(1 file)
|
1.24 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11
Steps to reproduce:
# Build b2g on tip from 7/31/12
# Setup for debugging as per this thread https://groups.google.com/forum/#!msg/mozilla.dev.b2g/UpDp2uTD4Mc/lM_Moiu2QRoJ
# Start b2g and verify debugging port listening
# Start up-to-date Firefox Nightly (8/1/12), enable remote debugging, enable debug logging, connect
Actual results:
Following error is printed from Firefox Nightly:
DBG-CLIENT: Got: {
"from": "root",
"applicationType": "browser",
"traits": []
}
DBG-CLIENT: Got: {
"from": "root",
"selected": 0,
"tabs": [
{
"actor": "conn0.tab2",
"url": "chrome://browser/content/shell.xul"
}
]
}
DBG-CLIENT: Got: {
"error": "unknownError",
"message": "error occurred while processing 'attach' request: TypeError: this._tabActor._tabbrowser is undefined",
"from": "conn0.tab2"
}
Expected results:
It should have connected with debugging
| Reporter | ||
Comment 1•14 years ago
|
||
Note, b2g refers to B2g desktop as per https://developer.mozilla.org/en/Mozilla/Boot_to_Gecko/Using_the_B2G_desktop_client
Everything run on Ubuntu 12.04 LTS x86
OS: Windows 7 → Linux
Hardware: x86_64 → x86
| Assignee | ||
Comment 2•14 years ago
|
||
Ugh, this is a regression from bug 751226, because it didn't take into account the changes in bug 751949 that I worked on at about the same time. I might had tested it before landing if I wasn't away on vacation, but we desperately need to run our tests against b2g. I'll have a patch ready, shortly.
Assignee: nobody → past
Status: UNCONFIRMED → ASSIGNED
Component: Untriaged → Developer Tools: Debugger
Ever confirmed: true
OS: Linux → Windows 7
Priority: -- → P2
Hardware: x86 → x86_64
| Assignee | ||
Updated•14 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Version: unspecified → Trunk
| Assignee | ||
Comment 3•14 years ago
|
||
This was the simplest solution that worked and I think the best. Bug 751949 doesn't concern b2g or fennec, so it makes sense to keep them oblivious to the web progress listener's presence.
Attachment #648392 -
Flags: review?(rcampbell)
| Assignee | ||
Comment 4•14 years ago
|
||
Updated•14 years ago
|
Attachment #648392 -
Flags: review?(rcampbell) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•