Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 2,095
    • Issues 2,095
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • LazarusLazarus
  • LazarusLazarus
  • Issues
  • #37984
Closed
Open
Issue created Oct 25, 2020 by FPC Admin account@fpc_adminOwner

Problem building DoubleCmd with LazBuild trunk svn > 64047

Original Reporter info from Mantis: zero258S
  • Reporter name: Ivon

Description:

svn checkout https://svn.code.sf.net/p/doublecmd/code/trunk doublecmd

In Lazarus IDE, everything is still going fine.

But from Lazarus snv [64048] and by now at "lazbuild src/doublecmd.lpi" was issued at the end of the build Doublecmd:

/media/u1/s1/Linux/Commander/Dc/SVN/doublecmd.laz/components/synunihighlighter/synuni.pas(10,37) Hint: (5023) Unit "SynUniRules" not used in SynUni
(1008) 14 lines compiled, 0.2 sec
(1022) 4 hint(s) issued

An unhandled exception occurred at $0000000000569D0F:

EAccessViolation: Access violation
  $0000000000569D0F  SETTIMESTAMPS,  line 2167 of project.pp
  $000000000056AC17  SETSOURCE,  line 2428 of project.pp
  $000000000056E2A1  DOLOADLPR,  line 3186 of project.pp
  $000000000056E470  READPROJECT,  line 3218 of project.pp
  $00000000004053D3  LOADPROJECT,  line 1018 of lazbuild.lpr
  $0000000000403E3C  BUILDPROJECT,  line 915 of lazbuild.lpr
  $00000000004024AB  BUILDFILE,  line 426 of lazbuild.lpr
  $0000000000407D33  RUN,  line 1476 of lazbuild.lpr
  $000000000040A949  main,  line 1879 of lazbuild.lpr

In "Lazarus/IDE / project.pp" in "TunitInfo.SetTimeStamps" uncomment line 2165:

if Component=nil then exit;

and" lazbuild src/doublecmd.lpi " was executed without errors.

Steps to reproduce:

lazbuild src/doublecmd.lpi

Mantis conversion info:

  • Mantis ID: 37984
  • OS: Debian
  • OS Build: 10.6 Sid
  • Build: 64048
  • Platform: Linux
  • Version: 2.1 (SVN)
  • Fixed in revision: r64074 (#27805e56)
Assignee
Assign to
Time tracking