Description
这个是报错信息:
UI: http://localhost:10000/v55.2-05d56f71c
Traceback (most recent call last):
File "stdin" line 1 col 1
CREATE PERFETTO TABLE __temp_w4w643v5wsj AS SELECT ts AS ts, COALESCE(dur, -1) AS dur, name AS name, ROW_NUMBER() OVER (ORDER BY
^
CREATE PERFETTO TABLE(__temp_w4w643v5wsj): SQLite error while creating body: INTERNAL_LAYOUT: dur cannot be < -1.
EngineTag: com.android.AndroidStartup
Query:
CREATE PERFETTO TABLE __temp_w4w643v5wsj AS SELECT ts AS ts, COALESCE(dur, -1) AS dur, name AS name, ROW_NUMBER() OVER (ORDER BY ts) AS id, 0 AS layer, internal_layout(ts, COALESCE(dur, -1)) OVER (ORDER BY ts ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS depth FROM (SELECT
ts,
dur,
name
FROM (
SELECT
ts,
dur,
reason AS name
FROM android_startup_opinionated_breakdown
))
- (Error: Traceback (most recent call last):)
- WasmEngineProxy.query (../../src/trace_processor/engine.ts:607:6)
- async EngineProxy.query (../../src/trace_processor/engine.ts:803:4)
- async createPerfettoTable (../../src/trace_processor/sql_utils.ts:174:2)
- async SliceTrack.createMaterialized (../../src/components/tracks/slice_track.ts:357:4)
- async AndroidStartup.onTraceLoad (../../src/plugins/com.android.AndroidStartup/index.ts:122:11)
- async PluginManagerImpl.onTraceLoad (../../src/core/plugin_manager.ts:135:8)
- async loadTraceIntoEngine (../../src/core/load_trace.ts:447:2)
- async loadTrace (../../src/core/load_trace.ts:210:2)
- async Object.work (../../src/core/app_impl.ts:283:8)
- async AsyncLimiter.runTaskQueue (../../src/base/async_limiter.ts:65:10)
Trace: not available (ARRAY_BUFFER). Provide repro steps.
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0
Referrer:
Component
Frontend (UI Panel)
Entry Point
Portable app
AI Runtime / Provider
Claude Agent SDK / Anthropic-compatible
Steps to Reproduce
1、打开浏览器 2、open trace file 3、加载中报错
Commands / Query Used
No response
Trace Information
No response
Expected vs Actual Behavior
期望正常打开,实际报错
Logs / Screenshots
Environment
windows 10 专业版 使用Edge和谷歌浏览器
Regression / Verification Context
No response
Description
这个是报错信息:
UI: http://localhost:10000/v55.2-05d56f71c
Traceback (most recent call last):
File "stdin" line 1 col 1
CREATE PERFETTO TABLE __temp_w4w643v5wsj AS SELECT ts AS ts, COALESCE(dur, -1) AS dur, name AS name, ROW_NUMBER() OVER (ORDER BY
^
CREATE PERFETTO TABLE(__temp_w4w643v5wsj): SQLite error while creating body: INTERNAL_LAYOUT: dur cannot be < -1.
EngineTag: com.android.AndroidStartup
Query:
CREATE PERFETTO TABLE __temp_w4w643v5wsj AS SELECT ts AS ts, COALESCE(dur, -1) AS dur, name AS name, ROW_NUMBER() OVER (ORDER BY ts) AS id, 0 AS layer, internal_layout(ts, COALESCE(dur, -1)) OVER (ORDER BY ts ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS depth FROM (SELECT
ts,
dur,
name
FROM (
SELECT
ts,
dur,
reason AS name
FROM android_startup_opinionated_breakdown
))
Trace: not available (ARRAY_BUFFER). Provide repro steps.
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0
Referrer:
Component
Frontend (UI Panel)
Entry Point
Portable app
AI Runtime / Provider
Claude Agent SDK / Anthropic-compatible
Steps to Reproduce
1、打开浏览器 2、open trace file 3、加载中报错
Commands / Query Used
No response
Trace Information
No response
Expected vs Actual Behavior
期望正常打开,实际报错
Logs / Screenshots
Environment
windows 10 专业版 使用Edge和谷歌浏览器
Regression / Verification Context
No response