Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
fb17b94f
Commit
fb17b94f
authored
4 years ago
by
Andrey Kleshchev
Browse files
Options
Downloads
Patches
Plain Diff
SL-14012 Crashes from Win10 are sent with uninformative callstacks #2
parent
acce727c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autobuild.xml
+7
-7
7 additions, 7 deletions
autobuild.xml
indra/newview/viewer_manifest.py
+0
-7
0 additions, 7 deletions
indra/newview/viewer_manifest.py
with
7 additions
and
14 deletions
autobuild.xml
+
7
−
7
View file @
fb17b94f
...
...
@@ -244,9 +244,9 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
ee1e3e1a18e7b123e69516e9725d5bbc
</string>
<string>
ae90d19cdcddf539f6d0b41cab12f918
</string>
<key>
url
</key>
<string>
http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/
69791/674226
/bugsplat-1.0.7.55
0056
-darwin64-55
0056
.tar.bz2
</string>
<string>
http
s
://automated-builds-secondlife-com.s3.amazonaws.com/ct2/
72773/702861
/bugsplat-1.0.7.55
2580
-darwin64-55
2580
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
darwin64
</string>
...
...
@@ -256,9 +256,9 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
4682feb72e972e0790615de7046877ee
</string>
<string>
f5936eceb6a33ff0f1cc31996a40f29c
</string>
<key>
url
</key>
<string>
http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/
69789/674221
/bugsplat-3.6.0.
4
.55
0056
-windows-55
0056
.tar.bz2
</string>
<string>
http
s
://automated-builds-secondlife-com.s3.amazonaws.com/ct2/
72774/702905
/bugsplat-3.6.0.
8
.55
2580
-windows-55
2580
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
windows
</string>
...
...
@@ -268,16 +268,16 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
e8be5b56ebee7e3f9ce5c212f90dc70c
</string>
<string>
9cd940754e53e0670030b3da5ba8f373
</string>
<key>
url
</key>
<string>
http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/
69790/674223
/bugsplat-3.6.0.
4
.55
0056
-windows64-55
0056
.tar.bz2
</string>
<string>
http
s
://automated-builds-secondlife-com.s3.amazonaws.com/ct2/
72775/702906
/bugsplat-3.6.0.
8
.55
2580
-windows64-55
2580
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
windows64
</string>
</map>
</map>
<key>
version
</key>
<string>
3.6.0.
4
.55
0056
</string>
<string>
3.6.0.
8
.55
2580
</string>
</map>
<key>
colladadom
</key>
<map>
...
...
This diff is collapsed.
Click to expand it.
indra/newview/viewer_manifest.py
+
0
−
7
View file @
fb17b94f
...
...
@@ -424,9 +424,6 @@ class WindowsManifest(ViewerManifest):
def
final_exe
(
self
):
return
self
.
exec_name
()
+
"
.exe
"
def
final_pdb
(
self
):
return
self
.
exec_name
()
+
"
.pdb
"
def
finish_build_data_dict
(
self
,
build_data_dict
):
build_data_dict
[
'
Executable
'
]
=
self
.
final_exe
()
build_data_dict
[
'
AppName
'
]
=
self
.
app_name
()
...
...
@@ -492,10 +489,6 @@ def construct(self):
if
self
.
is_packaging_viewer
():
# Find secondlife-bin.exe in the 'configuration' dir, then rename it to the result of final_exe.
self
.
path
(
src
=
'
%s/secondlife-bin.exe
'
%
self
.
args
[
'
configuration
'
],
dst
=
self
.
final_exe
())
# Bugsplat for some reason requires a match between user's exe and supplied pdb on Windows 10
# this feels wrong and doesn't make any sense, since often we are supposed to match a whole
# folder of symbol files to a random exe. But Bugsplat says 'it's expected' so just rename files.
self
.
ccopyfile
(
src
=
'
%s/secondlife-bin.pdb
'
%
self
.
args
[
'
configuration
'
],
dst
=
'
%s/%s
'
%
(
self
.
args
[
'
configuration
'
],
self
.
final_pdb
()))
with
self
.
prefix
(
src
=
os
.
path
.
join
(
pkgdir
,
"
VMP
"
)):
# include the compiled launcher scripts so that it gets included in the file_list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment