Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 119
    • Issues 119
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #2815

Closed
Open
Created Mar 04, 2002 by Peter Bortas@zinoOwner

Symlink detection broken in Stdio.Stat

Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=2815

Reported by Martin Nilsson, IDA nilsson@pike.ida.liu.se

bash-2.03$ cd Pike/7.3/src/
bash-2.03$ ls -la Pike.pmod
lrwxrwxrwx   1 nilsson  nilsson       56 Nov  1 20:33 Pike.pmod ->
/home/nilsson/Pike/7.3/lib/modules/Parser.pmod/Pike.pmod
bash-2.03$ pike
Pike v7.3 release 14 running Hilfe v3.1 (Incremental Pike Frontend)
> object x=file_stat("Pike.pmod");
> x->mode;
Result 1: 33204
> x->islnk;
Result 2: 0
Assignee
Assign to
Time tracking