summaryrefslogtreecommitdiff
path: root/doc/vfs.txt
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2005-02-25 13:02:36 +0000
committerMichael Meeks <michael.meeks@novell.com>2005-02-25 13:02:36 +0000
commit7df74560af344759dfdab91799fd0d85d65a8ca3 (patch)
tree1aef4a363262df5711c6fabc1f6790363b359add /doc/vfs.txt
parent6ab033d766a46baf2417a21473d59b24d49a47fb (diff)
Some random pointers for when a clean build doesn't yield something working.
* doc/vfs.txt: some random pointers for when a clean build doesn't yield something working.
Diffstat (limited to 'doc/vfs.txt')
-rw-r--r--doc/vfs.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/vfs.txt b/doc/vfs.txt
new file mode 100644
index 000000000..f2d66fa6f
--- /dev/null
+++ b/doc/vfs.txt
@@ -0,0 +1,13 @@
+Tracing some bugs in the VFS / URI load process:
+
+ desktop/source/app/app.cxx (GetURL_Impl)
+from:
+ desktop/source/app/dispatchwatcher.cxx
+failing in:
+ tools/source/fsys/urlobj.cxx: INetURLObject::smartRel2Abs
+
+then to:
+ framework/source/services/desktop.cxx (loadComponentFromURL)
+to:
+ framework/source/loadenv/loadenv.cxx (classifyContent)
+ -> Failing on UCB service lookup.