热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

panicatstartup

Noticedmycamlistoreinstancewasdownaftermylatestupdate.

Noticed my camlistore instance was down after my latest update.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Nov 19 02:35:13 new camlistored[7205]: panic: runtime error: invalid memory address or nil pointer dereference

Nov 19 02:35:13 new camlistored[7205]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x6183b0]

Nov 19 02:35:13 new camlistored[7205]: goroutine 69372 [running]:

Nov 19 02:35:13 new camlistored[7205]: panic(0xd2a740, 0xc42000c070)

Nov 19 02:35:13 new camlistored[7205]: #011/usr/local/go/src/runtime/panic.go:500 +0x1a1

Nov 19 02:35:13 new camlistored[7205]: camlistore.org/pkg/index.claimsIntfAttrValue(0x0, 0x0, 0xe3ceb3, 0x8, 0x0, 0x0, 0x0, 0x15361a0, 0xc42035e8e0, 0x15361a0, ...)

Nov 19 02:35:13 new camlistored[7205]: #011/home/stephen/go/src/camlistore.org/pkg/index/util.go:91 +0xb0

Nov 19 02:35:13 new camlistored[7205]: camlistore.org/pkg/index.permAttr.get(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x15361a0, 0xc42035e8e0, 0xe3ceb3, 0x8, ...)

Nov 19 02:35:13 new camlistored[7205]: #011/home/stephen/go/src/camlistore.org/pkg/index/location.go:152 +0x128

Nov 19 02:35:13 new camlistored[7205]: camlistore.org/pkg/index.(*LocationHelper).permanodeLocation(0xc42035e920, 0x7f0cec353018, 0xc42000d048, 0x15361a0, 0xc425d39560, 0x0, 0x0, 0x0, 0x15361a0, 0xc42035e8e0, ...)

Nov 19 02:35:13 new camlistored[7205]: #011/home/stephen/go/src/camlistore.org/pkg/index/location.go:80 +0x14b

Nov 19 02:35:13 new camlistored[7205]: camlistore.org/pkg/index.(*LocationHelper).PermanodeLocation(0xc42035e920, 0x7f0cec353018, 0xc42000d048, 0x15361a0, 0xc425d39560, 0x0, 0x0, 0x0, 0x15361a0, 0xc42035e8e0, ...)

Nov 19 02:35:13 new camlistored[7205]: #011/home/stephen/go/src/camlistore.org/pkg/index/location.go:55 +0xad

Nov 19 02:35:13 new camlistored[7205]: camlistore.org/pkg/search.(*DescribeRequest).doDescribe(0xc429e0c540, 0x1537220, 0xc42000d048, 0x15361a0, 0xc425d39560, 0x1)

Nov 19 02:35:13 new camlistored[7205]: #011/home/stephen/go/src/camlistore.org/pkg/search/describe.go:754 +0x3ad

Nov 19 02:35:13 new camlistored[7205]: camlistore.org/pkg/search.(*DescribeRequest).StartDescribe.func1(0xc429e0c540, 0xc42a2420e0, 0x1537220, 0xc42000d048, 0x15361a0, 0xc425d39560, 0x1)

Nov 19 02:35:13 new camlistored[7205]: #011/home/stephen/go/src/camlistore.org/pkg/search/describe.go:624 +0xc6

Nov 19 02:35:13 new camlistored[7205]: created by camlistore.org/pkg/search.(*DescribeRequest).StartDescribe

Nov 19 02:35:13 new camlistored[7205]: #011/home/stephen/go/src/camlistore.org/pkg/search/describe.go:625 +0x28f

Nov 19 02:35:13 new systemd[1]: camlistore.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

Haven't gotten to dig into it yet, but I wanted to at least upload the stack trace to an issue. Assuming the problem isn't obvious after a just a little digging, here are some thoughts on direction for investigation:

  • I have a twitter importer, picasa importer, and recently, I added an active feed importer

  • I have an encrypted blobstore

I'm running a bisect now. Hopefully I'll see the issue soon.

该提问来源于开源项目:perkeep/perkeep

test to repro the issue:



https://camlistore-review.googlesource.com/8826


   



推荐阅读
  • Java容器中的compareto方法排序原理解析
    本文从源码解析Java容器中的compareto方法的排序原理,讲解了在使用数组存储数据时的限制以及存储效率的问题。同时提到了Redis的五大数据结构和list、set等知识点,回忆了作者大学时代的Java学习经历。文章以作者做的思维导图作为目录,展示了整个讲解过程。 ... [详细]
  • 本文讨论了一个关于cuowu类的问题,作者在使用cuowu类时遇到了错误提示和使用AdjustmentListener的问题。文章提供了16个解决方案,并给出了两个可能导致错误的原因。 ... [详细]
  • 个人学习使用:谨慎参考1Client类importcom.thoughtworks.gauge.Step;importcom.thoughtworks.gauge.T ... [详细]
  • Python瓦片图下载、合并、绘图、标记的代码示例
    本文提供了Python瓦片图下载、合并、绘图、标记的代码示例,包括下载代码、多线程下载、图像处理等功能。通过参考geoserver,使用PIL、cv2、numpy、gdal、osr等库实现了瓦片图的下载、合并、绘图和标记功能。代码示例详细介绍了各个功能的实现方法,供读者参考使用。 ... [详细]
  • 本文介绍了在处理不规则数据时如何使用Python自动提取文本中的时间日期,包括使用dateutil.parser模块统一日期字符串格式和使用datefinder模块提取日期。同时,还介绍了一段使用正则表达式的代码,可以支持中文日期和一些特殊的时间识别,例如'2012年12月12日'、'3小时前'、'在2012/12/13哈哈'等。 ... [详细]
  • 如何自行分析定位SAP BSP错误
    The“BSPtag”Imentionedintheblogtitlemeansforexamplethetagchtmlb:configCelleratorbelowwhichi ... [详细]
  • Java太阳系小游戏分析和源码详解
    本文介绍了一个基于Java的太阳系小游戏的分析和源码详解。通过对面向对象的知识的学习和实践,作者实现了太阳系各行星绕太阳转的效果。文章详细介绍了游戏的设计思路和源码结构,包括工具类、常量、图片加载、面板等。通过这个小游戏的制作,读者可以巩固和应用所学的知识,如类的继承、方法的重载与重写、多态和封装等。 ... [详细]
  • 本文介绍了一个Java猜拳小游戏的代码,通过使用Scanner类获取用户输入的拳的数字,并随机生成计算机的拳,然后判断胜负。该游戏可以选择剪刀、石头、布三种拳,通过比较两者的拳来决定胜负。 ... [详细]
  • 本文介绍了C++中省略号类型和参数个数不确定函数参数的使用方法,并提供了一个范例。通过宏定义的方式,可以方便地处理不定参数的情况。文章中给出了具体的代码实现,并对代码进行了解释和说明。这对于需要处理不定参数的情况的程序员来说,是一个很有用的参考资料。 ... [详细]
  • 本文介绍了OC学习笔记中的@property和@synthesize,包括属性的定义和合成的使用方法。通过示例代码详细讲解了@property和@synthesize的作用和用法。 ... [详细]
  • JavaSE笔试题-接口、抽象类、多态等问题解答
    本文解答了JavaSE笔试题中关于接口、抽象类、多态等问题。包括Math类的取整数方法、接口是否可继承、抽象类是否可实现接口、抽象类是否可继承具体类、抽象类中是否可以有静态main方法等问题。同时介绍了面向对象的特征,以及Java中实现多态的机制。 ... [详细]
  • importjava.util.ArrayList;publicclassPageIndex{privateintpageSize;每页要显示的行privateintpageNum ... [详细]
  • Python正则表达式学习记录及常用方法
    本文记录了学习Python正则表达式的过程,介绍了re模块的常用方法re.search,并解释了rawstring的作用。正则表达式是一种方便检查字符串匹配模式的工具,通过本文的学习可以掌握Python中使用正则表达式的基本方法。 ... [详细]
  • FeatureRequestIsyourfeaturerequestrelatedtoaproblem?Please ... [详细]
  • 深入理解Kafka服务端请求队列中请求的处理
    本文深入分析了Kafka服务端请求队列中请求的处理过程,详细介绍了请求的封装和放入请求队列的过程,以及处理请求的线程池的创建和容量设置。通过场景分析、图示说明和源码分析,帮助读者更好地理解Kafka服务端的工作原理。 ... [详细]
author-avatar
silaker
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有